Browse Source

更新: 解锁, 让老版本生成pid

linj-disanbo 6 năm trước cách đây
mục cha
commit
4bd2e0a87d
1 tập tin đã thay đổi với 4 bổ sung0 xóa
  1. 4 0
      update.sh

+ 4 - 0
update.sh

@@ -17,3 +17,7 @@ supervisorctl restart chain33
 sleep 15
 cd /root/chain33
 ./chain33-cli net info
+
+pass="123456"
+[ -e ~/myPass ] && pass=`cat ~/myPass`
+./chain33-cli  wallet unlock  -p $pass -s wallet -t 120