cedarlug %!s(int64=10) %!d(string=hai) anos
pai
achega
6fd13b734d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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