From c02f8e1a9cadf46edcd8ab10781093fb81890c83 Mon Sep 17 00:00:00 2001 From: fithwum <34775371+fithwum@users.noreply.github.com> Date: Mon, 13 Jul 2020 15:48:29 -0700 Subject: [PATCH] Update Install_Script.sh --- files/Install_Script.sh | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 7c6f17b..5b0615c 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -54,20 +54,6 @@ else fi fi -# Set Server WORLD_NAME -if [ ! -f /MCserver/server.properties ]; then - : -else - if [ "${WORLD_NAME}" == "${WORLD_NAME}" ]; then - if grep -rq 'level-name=${WORLD_NAME}' /MCserver/server.properties; then - sed -i '/level-name=${WORLD_NAME}/c\level-name=${WORLD_NAME}' /MCserver/server.properties - fi - echo " " - echo "WARNING ! WORLD_NAME not set, you must set the WORLD_NAME" - sleep 5 - fi -fi - sleep 1 if [ ! -f /MCserver/eula.txt ]; then