install_complete.sh 478 B

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