diff --git a/files/Install_Script.sh b/files/Install_Script.sh index 6a87bf1..64bedcb 100644 --- a/files/Install_Script.sh +++ b/files/Install_Script.sh @@ -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