From 100d03c9cb7769f76600c450f238830a594fba05 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 19 May 2015 19:29:56 +0100 Subject: [PATCH] Added tab --- functions/fn_check_steamuser | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/functions/fn_check_steamuser b/functions/fn_check_steamuser index 315b48407..d9043db17 100644 --- a/functions/fn_check_steamuser +++ b/functions/fn_check_steamuser @@ -8,8 +8,8 @@ if [ -z "${steamuser}" ]||[ "${steamuser}" == "username" ];; then fn_printwarningnl "Steam Login not set. Using anonymous login." fn_scriptlog "Steam Login not set. Using anonymous login." if [ "${steamuser}" == "username" ]; then - echo " * Change steamuser=\"username\" to a valid steam login." - fn_scriptlog "Change steamuser=\"username\" to a valid steam login." + echo " * Change steamuser=\"username\" to a valid steam login." + fn_scriptlog "Change steamuser=\"username\" to a valid steam login." fi steamuser="anonymous" steampass=""