Skip to content

Commit

Permalink
Merge pull request #37 from Devolved-AI/psyfercom-patch-11
Browse files Browse the repository at this point in the history
Update rotate_keys.sh
  • Loading branch information
psyfercom committed Aug 15, 2024
2 parents aa568d6 + 8ba1fe9 commit 21e90a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions rotate_keys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ prompt_for_input() {
}

# Prompt user for base path
base_path=$(prompt_for_input "Enter the base path for the node (e.g., /tmp/node01): ")
base_path=$(prompt_for_input "Enter the base path for the node (e.g., /var/log/argochain): ")

# Prompt user for chain specification file
chain_spec=$(prompt_for_input "Enter the chain specification file (e.g., minervaRaw.json): ")
Expand Down Expand Up @@ -63,4 +63,4 @@ rotate_key "imon" "Sr25519" "$base_path" "$chain_spec"


echo "Node has now been injected with new validator keys."
./target/release/argochain --chain $chain_spec --name $name
./target/release/argochain --chain $chain_spec --name $name --validator --base-path $base_path

0 comments on commit 21e90a1

Please sign in to comment.