You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if [ "$INSTALL_S3_BACKUP"= 0 ] && [ "$S3_BUCKET_NAME"!= PLACEHOLDER ];
109
-
then
110
-
echo -e "\nWARNING:\n\nYou have set INSTALL_S3_BACKUP=0 but have changed S3_BUCKET_NAME from PLACEHOLDER.\nPlease return to the config file with command ${BOLD}es.config${NORMAL} and change INSTALL_S3_BACKUP to 1. If this is a mistake, you can avoid this error by setting S3_BUCKET_NAME to PLACEHOLDER\n"
111
-
exit
112
-
fi
113
-
114
106
# Check Cloudflare Global API Key
115
107
if [ "$CF_GLOBAL_API_KEY"= PLACEHOLDER ] && [ "$CF_ACCOUNT_EMAIL"= PLACEHOLDER ];
echo -e "${BOLD}Server needs to reboot.${NORMAL}\n\nEnter command ${BOLD}es.menu${NORMAL} after reboot to continue.\n"| boxes -a c -d shell -p a1l2
432
-
sleep 15
428
+
sleep 10
433
429
clear
434
430
435
431
echo -e "Server rebooting now...\n\n${NORMAL}When reconnected, use command ${BOLD}es.menu${NORMAL} to start EngineScript.\nSelect option 1 to create a new vhost configuration on your server.\n\n${BOLD}Bye! Manually reconnect in 30 seconds.\n"| boxes -a c -d shell -p a1l2
0 commit comments