From 46fcf9346a490611f529b7458c21c5ac04d2de33 Mon Sep 17 00:00:00 2001 From: Daniel Gibbs Date: Tue, 12 Jul 2016 15:46:40 +0100 Subject: [PATCH] #579 stdbuf has now replaced unbuffer. Steamguard should no longer be required --- lgsm/functions/check_steamcmd.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lgsm/functions/check_steamcmd.sh b/lgsm/functions/check_steamcmd.sh index 99be7cdba..44fe50e4f 100644 --- a/lgsm/functions/check_steamcmd.sh +++ b/lgsm/functions/check_steamcmd.sh @@ -69,4 +69,5 @@ fn_check_steamcmd_guard(){ fn_check_steamcmd_user fn_check_steamcmd_sh -fn_check_steamcmd_guard \ No newline at end of file +# stdbuf has now replaced unbuffer. This shoudl no longer be required +#fn_check_steamcmd_guard \ No newline at end of file