소스 검색

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}"