From 6449761a70abbf9196c2812470f99cf3f29ed2a5 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Mon, 1 May 2017 15:17:41 +0800 Subject: [PATCH] * --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 2781697d..4b70c45d 100644 --- a/start.sh +++ b/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