update check fix

This commit is contained in:
2022-06-13 08:15:08 -07:00
parent 1d7720f755
commit fee8f738fa

View File

@@ -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."