update deploy script

This commit is contained in:
Solovyov1796 2024-06-19 13:28:13 +08:00
parent 1fa36696bc
commit 2a29e354c9

View File

@ -47,7 +47,7 @@ while [[ $# -gt 0 ]]; do
shift; shift
;;
-v)
export VESTING_ACCOUNT_END_TIME=$2
INIT_GENESIS_ENV="$INIT_GENESIS_ENV export VESTING_ACCOUNT_END_TIME=$2;"
shift; shift
;;
*)