update check fix #8

This commit is contained in:
2022-06-13 08:19:51 -07:00
parent fee8f738fa
commit 61b48567a7

View File

@@ -11,7 +11,7 @@ MC_VERSION=1.18.2
# Main install (Debian). # Main install (Debian).
# Check for files in /MCserver and download/create if needed. # Check for files in /MCserver and download/create if needed.
if [ -e /MCserver/MCserver_${MC_VERSION} ] if [ -e /MCserver/MCserver_${MC_VERSION}.jar ]
then then
echo " " echo " "
echo "INFO ! Minecraft server found starting server." echo "INFO ! Minecraft server found starting server."