diff --git a/dsSupport/Shell/start.sh b/dsSupport/Shell/start.sh index c7c0159e..ae89fb98 100644 --- a/dsSupport/Shell/start.sh +++ b/dsSupport/Shell/start.sh @@ -4,7 +4,7 @@ kill -9 `pgrep -f dsSupport` 2>/dev/null sleep 3 -chmod +x dsBaseWeb +chmod +x dsSupport # 运行为后台进程 nohup /usr/local/dsMin/dsSupport/dsSupport >> /usr/local/dsMin/dsSupport/dsSupport.log 2>&1 & \ No newline at end of file