4
0

install_squad_license.sh 992 B

123456789101112131415161718192021222324
  1. #!/bin/bash
  2. # LinuxGSM install_squad_license.sh module
  3. # Author: Daniel Gibbs
  4. # Contributors: https://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 "${bold}${lightyellow}${gamename} Server License${default}"
  10. fn_messages_separator
  11. echo -e "Server license is an optional feature for ${gamename} server"
  12. fn_script_log_info "Server license is an optional feature for ${gamename} server"
  13. echo -e "Get more info and a server license here:"
  14. echo -e "${italic}https://squad.fandom.com/wiki/Server_licensing"
  15. fn_script_log_info "Get more info and a server license here:"
  16. fn_script_log_info "https://squad.fandom.com/wiki/Server_licensing"
  17. echo -e ""
  18. fn_sleep_time_1
  19. echo -e "The Squad server license can be changed by editing ${servercfgdir}/License.cfg."
  20. fn_script_log_info "The Squad server license can be changed by editing ${selfname}."
  21. echo -e ""