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
No related branches found
No related tags found
1 merge request!10Borg support (rebased)
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment