Skip to content

Commit

Permalink
We need to run configure_keyper before init_chain
Browse files Browse the repository at this point in the history
Otherwise, we will not have the proper db connection for initialization.
  • Loading branch information
konradkonrad committed Nov 28, 2024
1 parent 3a7eda0 commit 8f568db
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions shutter/scripts/configure.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ init_keyper_db() {

echo "[INFO | configure] Initializing keyper database..."

$SHUTTER_BIN gnosiskeyper initdb --config "$KEYPER_GENERATED_CONFIG_FILE"
$SHUTTER_BIN gnosiskeyper initdb --config "$KEYPER_CONFIG_FILE"
}

init_chain() {
Expand Down Expand Up @@ -73,12 +73,12 @@ check_assets

generate_keyper_config

configure_keyper

init_keyper_db

init_chain

configure_keyper

configure_chain

trigger_chain_start
Expand Down

0 comments on commit 8f568db

Please sign in to comment.