cedarlug 10 лет назад
Родитель
Сommit
6fd13b734d
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      lgsm/functions/update_dl.sh

+ 1 - 1
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