Update INSTALL.sh

This commit is contained in:
Stefan Pejcic 2024-06-03 22:10:36 +02:00 committed by GitHub
parent 4a8689270c
commit 7cef1003f7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1269,14 +1269,13 @@ set_email_address_and_email_admin_logins(){
} }
server_hostname=$(hostname) server_hostname=$(hostname)
email_notification "OpenPanel successfully installed" "OpenAdmin URL: http://stefan:2087/ | username: admin | password: N2eyODaTfBpfRxRj" email_notification "OpenPanel successfully installed" "OpenAdmin URL: http://$server_hostname:2087/ | username: admin | password: $admin_password"
else else
echo "Address provided: $EMAIL is not a valid email address. Admin login credentials and future notifications will not be sent." echo "Address provided: $EMAIL is not a valid email address. Admin login credentials and future notifications will not be sent."
fi fi
fi fi
} }
OpenAdmin URL: http://stefan:2087/ | username: admin | password: N2eyODaTfBpfRxRj
generate_and_set_ssl_for_panels() { generate_and_set_ssl_for_panels() {
if [ -z "$SKIP_SSL" ]; then if [ -z "$SKIP_SSL" ]; then