Explorar o código

missing set variable

lrob %!s(int64=10) %!d(string=hai) anos
pai
achega
6c7d52fc68
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      functions/command_fastdl.sh

+ 1 - 0
functions/command_fastdl.sh

@@ -80,6 +80,7 @@ if [ ! -d "${fastdldir}" ]; then
 # Used to prompt for removing old files if folder is not empty
 elif  [ "$(ls -A "${fastdldir}")" ]; then
 	newfastdl=0
+	clearoldfastdl="off"
 fi
 }