浏览代码

missing fi

lrob 10 年之前
父节点
当前提交
53777c59ec
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      functions/command_fastdl.sh

+ 1 - 0
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}"