From 393eb2b8e2eb0ca1c3ec587f0ee5c3005213b403 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sat, 13 Nov 2021 13:34:15 -0700 Subject: [PATCH] Update finish.sh --- debian/resources/finish.sh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/debian/resources/finish.sh b/debian/resources/finish.sh index 0541833..e48742a 100755 --- a/debian/resources/finish.sh +++ b/debian/resources/finish.sh @@ -106,7 +106,9 @@ cd /var/www/fusionpbx && php /var/www/fusionpbx/core/upgrade/upgrade_domains.php #welcome message echo "" echo "" -verbose "Installation has completed." +verbose "Installation Notes. " +echo "" +echo " Please save the this information and reboot this system to complete the install. " echo "" echo " Use a web browser to login." echo " domain name: https://$domain_name"