FusionPBX 8 лет назад
Родитель
Сommit
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
 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 "      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 "   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 "   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.  *"