mirror of
https://github.com/stefanpejcic/openpanel
synced 2025-06-26 18:28:26 +00:00
Update INSTALL.sh
This commit is contained in:
parent
4a8689270c
commit
7cef1003f7
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user