From 4020c3100149bcf99786487a6bde46b926fa71a8 Mon Sep 17 00:00:00 2001 From: lifei6671 Date: Mon, 1 May 2017 15:09:10 +0800 Subject: [PATCH] * --- start.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/start.sh b/start.sh index 992b4beb..2781697d 100644 --- a/start.sh +++ b/start.sh @@ -37,7 +37,7 @@ if [ ! -z $httpport ] ; then fi if [ ! -f "logs/log.log" ]; then - echo "" >> logs/log.log + touch logs/log.log fi ./$goFile \ No newline at end of file