Update finish.sh

This commit is contained in:
FusionPBX 2017-04-16 12:02:40 -06:00 committed by GitHub
parent 408af778b7
commit d8450d43e3
1 changed files with 13 additions and 8 deletions

View File

@ -87,23 +87,28 @@ systemctl enable postgresql-9.4
#welcome message #welcome message
echo "" echo ""
echo ""
verbose "Installation has completed." verbose "Installation has completed."
error "Please note details below and reboot your system" error "Please note details below and reboot your system"
echo "" echo ""
echo " Use a web browser to login." echo " Official FusionPBX Training"
echo " domain name: https://$domain_name" echo " Fastest way to learn FusionPBX. For more information https://www.fusionpbx.com."
echo " username: $user_name" echo " Available online and in person. Includes documentation and recording."
echo " password: $user_password"
echo "" echo ""
echo " The domain name in the browser is used by default as part of the authentication." echo " Location Manhattan Beach, California"
echo " If you need to login to a different domain then use username@domain." echo " Admin Training 1 - 2 May 2017 (2 Days)"
echo " username: $user_name@$domain_name"; echo " Advanced Training 3 - 4 May 2017 (2 Days)"
echo " https://www.timeanddate.com/worldclock/usa/los-angeles"
echo ""
echo " Location Boise, Idaho"
echo " Admin Training 5 - 6 June 2017 (2 Days)"
echo " Advanced Training 7 - 8 June 2017 (2 Days)"
echo " Timezone: https://www.timeanddate.com/worldclock/usa/boise"
echo "" echo ""
echo " Additional information." echo " Additional information."
echo " https://fusionpbx.com/support.php" echo " https://fusionpbx.com/support.php"
echo " https://www.fusionpbx.com" echo " https://www.fusionpbx.com"
echo " http://docs.fusionpbx.com" echo " http://docs.fusionpbx.com"
echo ""
warning "*------------------------------------------*" warning "*------------------------------------------*"
warning "* NOTE: Please save the above information. *" warning "* NOTE: Please save the above information. *"
warning "* REBOOT YOUR SERVER TO COMPLETE INSTALL. *" warning "* REBOOT YOUR SERVER TO COMPLETE INSTALL. *"