Skip to content

Commit

Permalink
fix init_completed
Browse files Browse the repository at this point in the history
  • Loading branch information
gartnera committed Sep 3, 2024
1 parent ec7d72b commit ec4da82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion init.sh
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ if [[ -f /root/init_started && ! -f /root/init_completed ]]; then
fi

touch /root/init_started
if [[ ! -f /root/init_complete ]]; then
if [[ ! -f /root/init_completed ]]; then
echo "Starting initialization"
download_configs
install_genesis_zetacored
Expand Down

0 comments on commit ec4da82

Please sign in to comment.