소스 검색

fix updata.sh

linj-disanbo 4 년 전
부모
커밋
33eb19203c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -28,6 +28,6 @@ started=`ps aux | grep bityuan -w | grep -v grep  | wc -l`
 [ $started = 1 ]  || supervisorctl restart bty
 
 sleep 15
-started=`ps aux | grep bityuan -w | grep -v grep  | wc -l`
+started=`ps aux | grep bityuan -w | grep bityuan.toml  | grep -v grep  | wc -l`
 [ $started = 1 ] && echo "update bityuan success!"
 [ $started != 1 ] && echo "update bityuan failed!"