修复判断
@@ -17,7 +17,7 @@ cd chain33
sleep 15
set -x
started=`ps aux | grep bityuan -w | grep -v grep | wc -l`
-[ $started != 1 ] || supervisorctl restart chain33
+[ $started == 1 ] || supervisorctl restart chain33