4
0

install_squad_license.sh 1016 B

1234567891011121314151617181920212223242526
  1. #!/bin/bash
  2. # LinuxGSM install_squad_license.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Configures the Squad server's license.
  6. local commandname="INSTALL"
  7. local commandaction="Install"
  8. local function_selfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  9. echo ""
  10. echo "Squad Server License"
  11. echo "================================="
  12. sleep 0.5
  13. echo "Server license is an optional feature for ${gamename} server"
  14. fn_script_log_info "Server license is an optional feature for ${gamename} server"
  15. echo "Get more info and a server license here:"
  16. echo "http://forums.joinsquad.com/topic/16519-server-licensing-general-info/"
  17. fn_script_log_info "Get more info and a server license here:"
  18. fn_script_log_info "http://forums.joinsquad.com/topic/16519-server-licensing-general-info/"
  19. echo ""
  20. sleep 0.5
  21. echo "The Squad server license can be changed by editing ${servercfgdir}/License.cfg."
  22. fn_script_log_info "The Squad server license can be changed by editing ${selfname}."
  23. echo ""