Ver Fonte

fix variable

lrob há 10 anos atrás
pai
commit
cd2b8efa19
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      functions/command_fastdl.sh

+ 1 - 1
functions/command_fastdl.sh

@@ -125,7 +125,7 @@ done
 }
 
 fn_clear_old_fastdl(){
-if [ clearoldfastdl == "on" ]; then
+if [ ${clearoldfastdl} == "on" ]; then
 	fn_printinfo "Clearing existing FastDL folder"
 	fn_scriptlog "Clearing existing FastDL folder"
 	sleep 1