install_complete.sh 607 B

12345678910111213141516171819202122
  1. #!/bin/bash
  2. # LGSM install_complete.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://gameservermanagers.com
  5. lgsm_version="210516"
  6. local modulename="Install"
  7. if [ "${gamename}" == "Don't Starve Together" ]; then
  8. echo ""
  9. echo "An Authentication Token is required to run this server!"
  10. echo "Follow the instructions in this link to obtain this key"
  11. echo " https://gameservermanagers.com/dst-auth-token"
  12. fi
  13. echo "================================="
  14. echo "Install Complete!"
  15. fn_script_log_info "Install Complete!"
  16. echo ""
  17. echo "To start server type:"
  18. echo "./${selfname} start"
  19. echo ""
  20. core_exit.sh