diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index ae98990cf..c0afb2612 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -90,7 +90,7 @@ fn_scriptlog "Configuration" sleep 2 echo -en "\n" # Prompt for clearing old files if folder was already here -if [ ${newfastdl} == 0 ]; then +if [ -z "${newfastdl}" ] && [ "${newfastdl}" == "0" ]; then fn_printdots while true; do read -e -i "y" -p "Clear old FastDL files? [Y/n]" yn