Skip to content
Snippets Groups Projects
Commit 41f3fddf authored by intrigeri's avatar intrigeri
Browse files

r3554@krups: intrigeri | 2005-11-15 04:09:01 +0100

 rdiff.helper: (re)rename do_rdiff_conn function to do_rdiff_ssh_con, since the previous rename was not the good one.
parent 122f2c95
No related branches found
No related tags found
No related merge requests found
...@@ -62,7 +62,7 @@ do_rdiff_src() { ...@@ -62,7 +62,7 @@ do_rdiff_src() {
set +o noglob set +o noglob
} }
do_rdiff_conn() { do_rdiff_ssh_con() {
IFS=$' \t\n' IFS=$' \t\n'
if [ "$_dest_done" = "" ]; then if [ "$_dest_done" = "" ]; then
msgBox "rdiff action wizard: error" "You must first configure the destination." msgBox "rdiff action wizard: error" "You must first configure the destination."
...@@ -269,7 +269,7 @@ rdiff_main_menu() { ...@@ -269,7 +269,7 @@ rdiff_main_menu() {
case "$result" in case "$result" in
"src") do_rdiff_src;; "src") do_rdiff_src;;
"dest") do_rdiff_dest;; "dest") do_rdiff_dest;;
"conn") do_rdiff_conn;; "conn") do_rdiff_ssh_con;;
"adv") do_rdiff_adv;; "adv") do_rdiff_adv;;
"finish") "finish")
if [[ "$_con_done$_dest_done$_src_done" != "(DONE)(DONE)(DONE)" ]]; then if [[ "$_con_done$_dest_done$_src_done" != "(DONE)(DONE)(DONE)" ]]; then
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment