We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent feef0cb commit 99a7213Copy full SHA for 99a7213
support/clear_backup.sh renamed to support/extract_backup_node_keys.sh
@@ -45,4 +45,4 @@ rm -rf ${tmp_dir}/db/old_keyring
45
tar -zcf $dest -C $tmp_dir .
46
chown $user:$user $dest
47
48
-echo -e "Cleared backup successfully created in ${dest}!"
+echo -e "Node keys backup successfully created in ${dest}!"
support/setup_cleared_backup.py renamed to support/inject_backup_node_keys.py
@@ -23,7 +23,7 @@ def run_vc(cmd: str):
23
vc_address = args.a
24
25
if not name or not vc_address:
26
- print("Usage: setup_cleared_backup.py -n <backup_name> -a <vc_address>")
+ print("Usage: inject_backup_node_keys.py -n <backup_name> -a <vc_address>")
27
exit(1)
28
29
0 commit comments