update deploy script

This commit is contained in:
Solovyov1796 2024-06-19 14:20:08 +08:00
parent 2a29e354c9
commit 86a81d8c5e

View File

@ -58,12 +58,6 @@ while [[ $# -gt 0 ]]; do
esac
done
if [[ $VESTING_ACCOUNT_END_TIME -eq 0 ]]; then
help
echo "schedule end time (unix epoch) for vesting accounts should be set!"
exit 1
fi
IFS=","; declare -a IPS=($IP_LIST); unset IFS
NUM_NODES=${#IPS[@]}