diff --git a/functions/command_fastdl.sh b/functions/command_fastdl.sh index 5d9cd5ae3..5769d7beb 100644 --- a/functions/command_fastdl.sh +++ b/functions/command_fastdl.sh @@ -36,6 +36,7 @@ if [ ! -d "${webdir}" ]; then echo "Creating www directory" mkdir -v "${webdir}" sleep 1 +fi if [ ! -d "${fastdldir}" ]; then echo "Creating FastDL directory" mkdir -v "${fastdldir}"