diff --git a/lgsm/functions/update_dl.sh b/lgsm/functions/update_dl.sh index 5a40c802f..466e06d7c 100644 --- a/lgsm/functions/update_dl.sh +++ b/lgsm/functions/update_dl.sh @@ -16,7 +16,7 @@ fn_steamcmd_dl(){ # Detects if unbuffer command is available. if [ $(command -v unbuffer) ]; then unbuffer=unbuffer - if [ $(command -v stdbuf) ]; then + elif [ $(command -v stdbuf) ]; then unbuffer="stdbuf -i0 -o0 -e0" fi