fn_install_complete 521 B

123456789101112131415161718
  1. #!/bin/bash
  2. # LGSM fn_install_complete function
  3. # Author: Daniel Gibbs
  4. # Website: http://gameservermanagers.com
  5. # Version: 070715
  6. if [ "${gamename}" == "Dont 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 ""