mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-08 20:02:32 +01:00
[borg] fix final step completion check
This commit is contained in:
parent
0249e22598
commit
ce01329f01
@ -348,7 +348,7 @@ borg_main_menu() {
|
||||
"conn") do_borg_con;;
|
||||
"prune") do_borg_prune;;
|
||||
"finish")
|
||||
if [[ "$_con_done$_dest_done$_dest_done$_src_done" != "(DONE)(DONE)(DONE)(DONE)" ]]; then
|
||||
if [[ "$_con_done$_dest_done$_enc_done$_src_done" != "(DONE)(DONE)(DONE)(DONE)" ]]; then
|
||||
msgBox "$borg_title" "You cannot create the configuration file until mandatory steps are completed."
|
||||
else
|
||||
do_borg_finish
|
||||
|
Loading…
Reference in New Issue
Block a user