Sfoglia il codice sorgente

missing set variable

lrob 10 anni fa
parent
commit
6c7d52fc68
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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
 }