Browse Source

quotes

pull/548/head
Daniel Gibbs 10 years ago
parent
commit
8e93ab4d9f
  1. 6
      functions/fn_check_steamuser

6
functions/fn_check_steamuser

@ -2,16 +2,16 @@
# LGSM fn_check_steamuser function # LGSM fn_check_steamuser function
# Author: Daniel Gibbs # Author: Daniel Gibbs
# Website: http://gameservermanagers.com # Website: http://gameservermanagers.com
# Version: 040715 # Version: 011115
if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ]; then if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ]; 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
if [ "${steamuser}" == "username" ]; then if [ "${steamuser}" == "username" ]; then
echo " * Change steamuser=\"username\" to a valid steam login." echo " * Change steamuser=\"username\" to a valid steam login."
if [ -d ${scriptlogdir} ]; then if [ -d "${scriptlogdir}" ]; then
fn_scriptlog "Change steamuser=\"username\" to a valid steam login." fn_scriptlog "Change steamuser=\"username\" to a valid steam login."
fi fi
fi fi

Loading…
Cancel
Save