Explorar o código

fix updata.sh

linj-disanbo %!s(int64=4) %!d(string=hai) anos
pai
achega
33eb19203c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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!"