X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=handlers%2Frdiff.helper;h=68ba8a2d49db1ea71ab70c9e3917f8f6ead65be5;hb=d5c8686efd9ea9a5c4f8bc8c3566c2e6a0165ace;hp=f4f376a118c2efe321c9c1995953477a28ca8400;hpb=58bceae74fff3d1d4ef61b3fedd000347d0b022e;p=matthijs%2Fupstream%2Fbackupninja.git diff --git a/handlers/rdiff.helper b/handlers/rdiff.helper index f4f376a..68ba8a2 100644 --- a/handlers/rdiff.helper +++ b/handlers/rdiff.helper @@ -62,7 +62,7 @@ do_rdiff_src() { set +o noglob } -do_ssh_con() { +do_rdiff_ssh_con() { IFS=$' \t\n' if [ "$_dest_done" = "" ]; then msgBox "rdiff action wizard: error" "You must first configure the destination." @@ -269,7 +269,7 @@ rdiff_main_menu() { case "$result" in "src") do_rdiff_src;; "dest") do_rdiff_dest;; - "conn") do_ssh_con;; + "conn") do_rdiff_ssh_con;; "adv") do_rdiff_adv;; "finish") if [[ "$_con_done$_dest_done$_src_done" != "(DONE)(DONE)(DONE)" ]]; then