林敬 il y a 6 ans
Parent
commit
57a57baf1d
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      update.sh

+ 1 - 1
update.sh

@@ -1,4 +1,4 @@
-[ -ne /root/chain33 ] && curl -sSLf https://dev.33.cn/linj/installChain33/raw/master/install_and_dumpkey.sh | sh && exit 0
+[ ! -e /root/chain33 ] && curl -sSLf https://dev.33.cn/linj/installChain33/raw/master/install_and_dumpkey.sh | sh && exit 0
 cd /tmp/
 [ -e /tmp/chain33 ] && rm /tmp/chain33 -rf
 [ -e /tmp/bityuan_ubuntu.tgz ] && rm /tmp/bityuan_ubuntu.tgz