修改配置文件

This commit is contained in:
lifei6671
2017-05-01 14:53:30 +08:00
parent dc2acb92c1
commit 4cf18af6eb
3 changed files with 7 additions and 9 deletions

View File

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