check_steamcmd.sh 477 B

1234567891011121314151617181920
  1. #!/bin/bash
  2. # LinuxGSM check_steamcmd.sh function
  3. # Author: Daniel Gibbs
  4. # Website: https://linuxgsm.com
  5. # Description: Checks if SteamCMD is installed correctly.
  6. functionselfname="$(basename "$(readlink -f "${BASH_SOURCE[0]}")")"
  7. # init steamcmd functions
  8. core_steamcmd.sh
  9. fn_check_steamcmd_clear
  10. fn_check_steamcmd
  11. if [ ${shortname} == "ark" ]; then
  12. fn_check_steamcmd_ark
  13. fi
  14. fn_check_steamcmd_dir
  15. fn_check_steamcmd_dir_legacy
  16. fn_check_steamcmd_user
  17. fn_check_steamcmd_exec