lifei6671 8 yıl önce
ebeveyn
işleme
6449761a70
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  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
 fi
 
-if [ ! -f "logs/log.log" ]; then
+if [ ! -f "logs/log.log" ] ; then
    touch logs/log.log
 fi