From 1d7720f755edb820280072741f6fe3a6c8bffcaa Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 13 Jun 2022 08:07:07 -0700 Subject: [PATCH] update check fix --- files/Install_Script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 48643bd..c9a364c 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 "${MC_VERSION}" ] +if [ -e "MCserver_${MC_VERSION}" ] then echo " " echo "INFO ! Minecraft server found starting server."