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 "------------------------------------------------------------"
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 $?

Loading…
Cancel
Save