|
@ -27,9 +27,8 @@ fn_check_steamcmd_user(){ |
|
|
fi |
|
|
fi |
|
|
# Anonymous user is set if steamuser is missing |
|
|
# Anonymous user is set if steamuser is missing |
|
|
if [ -z "${steamuser}" ]; then |
|
|
if [ -z "${steamuser}" ]; then |
|
|
fn_print_info_nl "Steam login not set. Using anonymous login." |
|
|
|
|
|
if [ -d "${scriptlogdir}" ]; then |
|
|
if [ -d "${scriptlogdir}" ]; then |
|
|
fn_script_log_info "Steam login not set. Using anonymous login." |
|
|
fn_script_log_info "Using anonymous Steam login." |
|
|
fi |
|
|
fi |
|
|
steamuser="anonymous" |
|
|
steamuser="anonymous" |
|
|
steampass="" |
|
|
steampass="" |
|
|