Skip to content
Snippets Groups Projects
Commit ce01329f authored by Jérôme Charaoui's avatar Jérôme Charaoui
Browse files

[borg] fix final step completion check

parent 0249e225
Branches
No related tags found
No related merge requests found
...@@ -348,7 +348,7 @@ borg_main_menu() { ...@@ -348,7 +348,7 @@ borg_main_menu() {
"conn") do_borg_con;; "conn") do_borg_con;;
"prune") do_borg_prune;; "prune") do_borg_prune;;
"finish") "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." msgBox "$borg_title" "You cannot create the configuration file until mandatory steps are completed."
else else
do_borg_finish do_borg_finish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment