lrob vor 10 Jahren
Ursprung
Commit
cd2b8efa19
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  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