mirror of
https://0xacab.org/liberate/backupninja.git
synced 2024-11-10 04:42:31 +01:00
r3553@krups: intrigeri | 2005-11-15 04:02:31 +0100
rdiff.helper: rename do_ssh_con function to do_rdiff_conn, in order not to pollute namespace... and allow future code factorization :)
This commit is contained in:
parent
76e194e412
commit
122f2c95be
@ -62,7 +62,7 @@ do_rdiff_src() {
|
||||
set +o noglob
|
||||
}
|
||||
|
||||
do_ssh_con() {
|
||||
do_rdiff_conn() {
|
||||
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_conn;;
|
||||
"adv") do_rdiff_adv;;
|
||||
"finish")
|
||||
if [[ "$_con_done$_dest_done$_src_done" != "(DONE)(DONE)(DONE)" ]]; then
|
||||
|
Loading…
Reference in New Issue
Block a user