diff --git a/functions/fn_check_steamuser b/functions/fn_check_steamuser new file mode 100644 index 000000000..29a3d72c4 --- /dev/null +++ b/functions/fn_check_steamuser @@ -0,0 +1,11 @@ +#!/bin/bash +# LGSM fn_install_serverfiles function +# Author: Daniel Gibbs +# Website: http://gameservermanagers.com +# Version: 160515 + +if [ -z "${steamuser}" ]; then + fn_printwarningnl "SteamCMD user variable is not assigned in the main script! Resorting to anonymous login" + steamuser="anonymous" + steampass="" +fi