Browse Source

added missing quotes

pull/575/head
Daniel Gibbs 9 years ago
parent
commit
ff1a3e7a8e
  1. 2
      functions/fn_check_steamuser

2
functions/fn_check_steamuser

@ -14,7 +14,7 @@ if [ "${steamuser}" == "username" ]; then
fi fi
if [ -z "${steamuser}" ]; then if [ -z "${steamuser}" ]; then
fn_printwarnnl "Steam login not set. Using anonymous login." fn_printwarnnl "Steam login not set. Using anonymous login."
if [ -d ${scriptlogdir} ]; then if [ -d "${scriptlogdir}" ]; then
fn_scriptlog "Steam login not set. Using anonymous login." fn_scriptlog "Steam login not set. Using anonymous login."
fi fi
steamuser="anonymous" steamuser="anonymous"

Loading…
Cancel
Save