You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v0d1ch
changed the title
gen-hydra-key should warn if the key file already exists
gen-hydra-key should not overwrite key if file already exists
Oct 23, 2023
Why
I was bitten by this recently - when generating hydra keys hydra-node should not overwrite existing keys.
What
Detect if the file path we are providing is already present/existing and want the user about this.
How
Alter hydra-node executable
gen-hydra-key
to look at the provided file path and warn if a file already exists.The text was updated successfully, but these errors were encountered: