From 791db99f358bafac795ee029811ae65f8ff6fb8b Mon Sep 17 00:00:00 2001 From: Michael Prokop Date: Fri, 9 Mar 2007 19:54:04 +0100 Subject: [PATCH] run tree_name before client_setup --- usr_sbin/dirvish-setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr_sbin/dirvish-setup b/usr_sbin/dirvish-setup index d81bf34..28a9615 100755 --- a/usr_sbin/dirvish-setup +++ b/usr_sbin/dirvish-setup @@ -174,8 +174,8 @@ esac # now run the funtions: get_backup_dir && \ client_name && \ -client_setup && \ tree_name && \ +client_setup && \ create_client_conf && \ write_conffile && \ display_info -- 2.1.4