Update finish.sh
This commit is contained in:
parent
408af778b7
commit
d8450d43e3
|
|
@ -87,23 +87,28 @@ systemctl enable postgresql-9.4
|
|||
|
||||
#welcome message
|
||||
echo ""
|
||||
echo ""
|
||||
verbose "Installation has completed."
|
||||
error "Please note details below and reboot your system"
|
||||
echo ""
|
||||
echo " Use a web browser to login."
|
||||
echo " domain name: https://$domain_name"
|
||||
echo " username: $user_name"
|
||||
echo " password: $user_password"
|
||||
echo " Official FusionPBX Training"
|
||||
echo " Fastest way to learn FusionPBX. For more information https://www.fusionpbx.com."
|
||||
echo " Available online and in person. Includes documentation and recording."
|
||||
echo ""
|
||||
echo " The domain name in the browser is used by default as part of the authentication."
|
||||
echo " If you need to login to a different domain then use username@domain."
|
||||
echo " username: $user_name@$domain_name";
|
||||
echo " Location Manhattan Beach, California"
|
||||
echo " Admin Training 1 - 2 May 2017 (2 Days)"
|
||||
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 " Additional information."
|
||||
echo " https://fusionpbx.com/support.php"
|
||||
echo " https://www.fusionpbx.com"
|
||||
echo " http://docs.fusionpbx.com"
|
||||
echo ""
|
||||
warning "*------------------------------------------*"
|
||||
warning "* NOTE: Please save the above information. *"
|
||||
warning "* REBOOT YOUR SERVER TO COMPLETE INSTALL. *"
|
||||
|
|
|
|||
Loading…
Reference in New Issue