4
0

install_complete.sh 526 B

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