fn_check_steamuser 321 B

1234567891011
  1. #!/bin/bash
  2. # LGSM fn_install_serverfiles function
  3. # Author: Daniel Gibbs
  4. # Website: http://gameservermanagers.com
  5. # Version: 160515
  6. if [ -z "${steamuser}" ]; then
  7. fn_printwarningnl "SteamCMD user variable is not assigned in the main script! Resorting to anonymous login"
  8. steamuser="anonymous"
  9. steampass=""
  10. fi