install_complete.sh 587 B

123456789101112131415161718192021
  1. #!/bin/bash
  2. # LGSM install_complete.sh function
  3. # Author: Daniel Gibbs
  4. # Website: http://gameservermanagers.com
  5. lgsm_version="271215"
  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 " http://gameservermanagers.com/dst-auth-token"
  12. fi
  13. echo "================================="
  14. echo "Install Complete!"
  15. fn_scriptlog "Install Complete!"
  16. echo ""
  17. echo "To start server type:"
  18. echo "./${selfname} start"
  19. echo ""