Fix shell script example
This commit is contained in:
@@ -129,8 +129,7 @@ export KRAKEN_WITHDRAW_KEY="descriptionOfWithdrawalAddress"
|
|||||||
export KRAKEN_DRY_RUN_PLACE_NO_ORDER=1
|
export KRAKEN_DRY_RUN_PLACE_NO_ORDER=1
|
||||||
|
|
||||||
# run script
|
# run script
|
||||||
BASE_DIR=$(cd `dirname $0` && pwd)
|
cd $(cd `dirname $0` && pwd)
|
||||||
cd $BASE_DIR/stacking-sats-kraken
|
|
||||||
cmd=${1:-"stack"}
|
cmd=${1:-"stack"}
|
||||||
|
|
||||||
if [[ "${KRAKEN_DRY_RUN_PLACE_NO_ORDER}" ]]; then
|
if [[ "${KRAKEN_DRY_RUN_PLACE_NO_ORDER}" ]]; then
|
||||||
|
|||||||
Reference in New Issue
Block a user