2
0
mirror of synced 2025-02-21 04:28:13 +00:00

add relpath to launch script

This commit is contained in:
gmega 2024-01-22 10:00:37 -03:00
parent 8fead06993
commit bb8bcb5e60
No known key found for this signature in database
GPG Key ID: FFD8DAF00660270F

View File

@ -8,4 +8,6 @@ export CODEX_BLOCK_MI=9999999
export DEPLOYMENT_NODES=5
export DEPLOYMENT_VALIDATORS=3
. ./deploy-continuous-testnet.sh
REL_PATH=$(dirname "${BASH_SOURCE[0]}")
. "${REL_PATH}/deploy-continuous-testnet.sh"