lifei6671 8 年之前
父節點
當前提交
6449761a70
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      start.sh

+ 1 - 1
start.sh

@@ -36,7 +36,7 @@ if [ ! -z $httpport ] ; then
     sed -i 's/^httpport.*/httpport='$httpport'/g' conf/app.conf
     sed -i 's/^httpport.*/httpport='$httpport'/g' conf/app.conf
 fi
 fi
 
 
-if [ ! -f "logs/log.log" ]; then
+if [ ! -f "logs/log.log" ] ; then
    touch logs/log.log
    touch logs/log.log
 fi
 fi