diff --git a/start.sh b/start.sh index 9526fa09..2a3cb1a9 100755 --- a/start.sh +++ b/start.sh @@ -30,5 +30,5 @@ echo "启动服务" # 前台运行 npm run start -# 后台运行 -# nohup npm run start & +# 前台运行测试没问题之后,用下面的启动命令,在后台运行 +# nohup npm run start > certd.log &