Update Install_Script.sh

This commit is contained in:
fithwum
2020-07-03 15:37:39 -07:00
parent 87c66b202f
commit 42518fef73

View File

@@ -67,6 +67,7 @@ if [ "${ACCEPT_EULA}" == "true" ]; then
echo " "
echo "INFO ! EULA accepted, server restarting, please wait..."
sleep 1
exec /MCserver/run_${MC_VERSION}.sh --dataPath=/MCserver
exit 0
fi
elif [ "${ACCEPT_EULA}" == "false" ]; then