diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 432402760..44d276d5a 100644 --- a/functions/command_fastdl.sh +++ b/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