|
|
|
@ -10,11 +10,13 @@ echo "Support: https://discord.gg/JumQXDc"
|
|
|
|
|
echo "------------------------------------------------------------"
|
|
|
|
|
|
|
|
|
|
if [ "$autoStart" = "true" ]; then
|
|
|
|
|
echo "Automatic Start Enabled, starting..."
|
|
|
|
|
echo "Automatic Start Enabled, starting in 2 min..."
|
|
|
|
|
slee 2m
|
|
|
|
|
bash /config/extended/scripts/start.sh
|
|
|
|
|
else
|
|
|
|
|
echo "Automatic Start Disabled, manually run using this command:"
|
|
|
|
|
echo "bash /config/extended/scripts/start.sh"
|
|
|
|
|
sleep infinity
|
|
|
|
|
fi
|
|
|
|
|
|
|
|
|
|
exit $?
|
|
|
|
|