瀏覽代碼

Update finish.sh

FusionPBX 8 年之前
父節點
當前提交
d8450d43e3
共有 1 個文件被更改,包括 13 次插入8 次删除
  1. 13 8
      centos/resources/finish.sh

+ 13 - 8
centos/resources/finish.sh

@@ -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 "      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 "      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 ""
-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          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.  *"