4
0

install_complete.sh 503 B

123456789101112131415161718
  1. #!/bin/bash
  2. # LinuxGSM install_complete.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: http://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Prints installation completion message and hints.
  7. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. echo -e ""
  9. echo -e "================================="
  10. echo -e "Install Complete!"
  11. fn_script_log_info "Install Complete!"
  12. echo -e ""
  13. echo -e "To start server type:"
  14. echo -e "./${selfname} start"
  15. echo -e ""
  16. core_exit.sh