mirror of
https://github.com/0glabs/0g-chain.git
synced 2024-11-10 10:05:18 +00:00
update deploy script
This commit is contained in:
parent
2a29e354c9
commit
86a81d8c5e
@ -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[@]}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user