Skip to content

Commit 99a7213

Browse files
committed
update scripts name
1 parent feef0cb commit 99a7213

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

support/clear_backup.sh renamed to support/extract_backup_node_keys.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,4 +45,4 @@ rm -rf ${tmp_dir}/db/old_keyring
4545
tar -zcf $dest -C $tmp_dir .
4646
chown $user:$user $dest
4747

48-
echo -e "Cleared backup successfully created in ${dest}!"
48+
echo -e "Node keys backup successfully created in ${dest}!"

support/setup_cleared_backup.py renamed to support/inject_backup_node_keys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ def run_vc(cmd: str):
2323
vc_address = args.a
2424

2525
if not name or not vc_address:
26-
print("Usage: setup_cleared_backup.py -n <backup_name> -a <vc_address>")
26+
print("Usage: inject_backup_node_keys.py -n <backup_name> -a <vc_address>")
2727
exit(1)
2828

2929

0 commit comments

Comments
 (0)