Unverified Commit b9d9f8ee authored by vipwzw's avatar vipwzw Committed by GitHub

Update prepare.sh

parent c1a98ed1
......@@ -3,7 +3,7 @@
BUILD=$(cd "$(dirname "$0")" && cd ../../../../build && pwd)
echo "$BUILD"
cd $BUILD || return
cd "$BUILD" || return
seed=$(./chain33-cli seed generate -l 0)
echo "$seed"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment