From 53777c59ecebde52e2c3dd8ecea90045bd2a2cd6 Mon Sep 17 00:00:00 2001 From: lrob Date: Fri, 19 Feb 2016 02:41:08 +0100 Subject: [PATCH] missing fi --- functions/command_fastdl.sh | 1 + 1 file changed, 1 insertion(+) 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}"