diff --git a/init.sh b/init.sh index 770fdec..f49bd95 100755 --- a/init.sh +++ b/init.sh @@ -1,5 +1,7 @@ #!/bin/sh +echo "Initializing..." if [ ! -f "init.lock" ]; then + echo "Adding log..." echo server-port=$PORT_NUM >> server.properties echo " Name: $CS_NAME" >> plugins/gFeatures/Config.yml touch init.lock