install_squad_license.sh 1003 B

12345678910111213141516171819202122232425
  1. #!/bin/bash
  2. # LinuxGSM install_squad_license.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: http://linuxgsm.com/contrib
  5. # Website: https://linuxgsm.com
  6. # Description: Configures the Squad server's license.
  7. moduleselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  8. echo -e ""
  9. echo -e "${lightyellow}Squad Server License${default}"
  10. echo -e "================================="
  11. fn_sleep_time
  12. echo -e "Server license is an optional feature for ${gamename} server"
  13. fn_script_log_info "Server license is an optional feature for ${gamename} server"
  14. echo -e "Get more info and a server license here:"
  15. echo -e "https://squad.fandom.com/wiki/Server_licensing"
  16. fn_script_log_info "Get more info and a server license here:"
  17. fn_script_log_info "https://squad.fandom.com/wiki/Server_licensing"
  18. echo -e ""
  19. fn_sleep_time
  20. echo -e "The Squad server license can be changed by editing ${servercfgdir}/License.cfg."
  21. fn_script_log_info "The Squad server license can be changed by editing ${selfname}."
  22. echo -e ""