From 325da33f2cd32fce280d2f29e09f9f48a678caf0 Mon Sep 17 00:00:00 2001 From: Nico Dietrich Date: Tue, 4 Apr 2006 12:36:56 +0000 Subject: minor fixes git-svn-id: http://svn.openslx.org/svn/openslx/ld4@148 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/ld4-inst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'installer') diff --git a/installer/ld4-inst b/installer/ld4-inst index 4d2288aa..be501294 100755 --- a/installer/ld4-inst +++ b/installer/ld4-inst @@ -47,7 +47,7 @@ ask() { echo -n "* [ $3 ] " read userinput if [ -z "$userinput" ] ; then - local back=$3 + local back="$3" else local back="$userinput" fi @@ -317,7 +317,8 @@ setup_server () { done # copy the client configuration default file - machine-setup - cp default_files/machine-setup_default ${client_conf} + cp default_files/machine-setup_default \ + ${client_conf}-${timestamp} # creating new configuration files in $dxs_conf # dhcp @@ -415,7 +416,7 @@ dxs_dhcpd_conf="dhcp/dhcpd.conf" dxs_atftpd_conf="atftpd/atftpd" dxs_exports_conf="nfs/exports" dxs_pxedefault_conf="pxelinux/default" - +dxs_client_conf="client.cfg/machine-setup.default" -- cgit v1.2.3-55-g7522