From fee8f738fad76f6b2db42a1e9dbf6976a8229777 Mon Sep 17 00:00:00 2001 From: fithwum Date: Mon, 13 Jun 2022 08:15:08 -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 c9a364c..7972481 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 "MCserver_${MC_VERSION}" ] +if [ -e /MCserver/MCserver_${MC_VERSION} ] then echo " " echo "INFO ! Minecraft server found starting server."