From 7cef1003f73fb075d0cb62e7b77d80db834e312b Mon Sep 17 00:00:00 2001 From: Stefan Pejcic Date: Mon, 3 Jun 2024 22:10:36 +0200 Subject: [PATCH] Update INSTALL.sh --- INSTALL.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/INSTALL.sh b/INSTALL.sh index 90f1fef5..7c473bcc 100644 --- a/INSTALL.sh +++ b/INSTALL.sh @@ -1269,14 +1269,13 @@ set_email_address_and_email_admin_logins(){ } 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 echo "Address provided: $EMAIL is not a valid email address. Admin login credentials and future notifications will not be sent." fi fi } -OpenAdmin URL: http://stefan:2087/ | username: admin | password: N2eyODaTfBpfRxRj generate_and_set_ssl_for_panels() { if [ -z "$SKIP_SSL" ]; then