From 1244a91fe5c5a027163f5fdf558fed2fe55caa18 Mon Sep 17 00:00:00 2001 From: EspiDev Date: Sat, 12 May 2018 20:27:47 -0400 Subject: [PATCH] test --- init.sh | 2 ++ 1 file changed, 2 insertions(+) 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