pull/6/head
RandomNinjaAtk 2 years ago committed by GitHub
parent 617ca7affb
commit 319c2bf733
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -10,11 +10,13 @@ echo "Support: https://discord.gg/JumQXDc"
echo "------------------------------------------------------------" echo "------------------------------------------------------------"
if [ "$autoStart" = "true" ]; then 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 bash /config/extended/scripts/start.sh
else else
echo "Automatic Start Disabled, manually run using this command:" echo "Automatic Start Disabled, manually run using this command:"
echo "bash /config/extended/scripts/start.sh" echo "bash /config/extended/scripts/start.sh"
sleep infinity
fi fi
exit $? exit $?

Loading…
Cancel
Save