pull/25/merge
lifei6671 2017-05-01 15:17:41 +08:00
parent 4020c31001
commit 6449761a70
1 changed files with 1 additions and 1 deletions

View File

@ -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