diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 7e42eb7..48643bd 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -11,7 +11,7 @@ MC_VERSION=1.18.2 # Main install (Debian). # Check for files in /MCserver and download/create if needed. -if [ -e "${CHANGELOG}" ] +if [ -e "${MC_VERSION}" ] then echo " " echo "INFO ! Minecraft server found starting server."