@@ -23,4 +23,6 @@ $ nohup go run main.go > /opt/logs/log/rebot.log 2>&1 &
$ nohup go run setting.go > /opt/logs/setting.log 2>&1 &
$ nohup ./gogs web > /home/gogs/log/gogs.log 2>&1 &
$ nohup hexo s > /opt/logs/blog.log 2>&1 &
-```
+```
+
+···