Skip to content

Commit

Permalink
Update init.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
ice-hermes authored Dec 2, 2024
1 parent 078a42e commit f5b14e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ if [ ! -z "$GLOBAL_CONFIG_URL" ]; then
wget -q $GLOBAL_CONFIG_URL -O /var/ion-work/db/ion-global.config
else
echo -e "\e[1;33m[=]\e[0m No global config provided, downloading mainnet default."
wget -q https://api.iontech.io/ion/wallet-mainnet.autoconf.json -O /var/ion-work/db/ion-global.config
wget -q https://cdn.ice.io/mainnet/global.config.json -O /var/ion-work/db/ion-global.config
fi

if [ -z "$VALIDATOR_PORT" ]; then
Expand Down

0 comments on commit f5b14e8

Please sign in to comment.