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