From 32f27769a5ddca11d07c887c57036e7b3d743acc Mon Sep 17 00:00:00 2001 From: Nico Dietrich Date: Thu, 23 Mar 2006 20:28:05 +0000 Subject: fix: missing semicolon git-svn-id: http://svn.openslx.org/svn/openslx/ld4@118 95ad53e4-c205-0410-b2fa-d234c58c8868 --- installer/ld4-inst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'installer') diff --git a/installer/ld4-inst b/installer/ld4-inst index 99513ba8..e5216347 100755 --- a/installer/ld4-inst +++ b/installer/ld4-inst @@ -1,4 +1,4 @@ -#! /bin/bash +#! /bin/sh # # Description: Script for generating dxs filesystem by # cloning from rsync source for Diskless X Stations (v4.0) @@ -204,7 +204,7 @@ configure() { copy_system() { echo -e "\n\nSyncing system now\nPlease enter root password of client machine\n" - rsync -avDe ssh --delete --exclude-from=distro-specs/exclude-${client_distro} ${rsyncsource} ${rootdir} || { echo "Rsync failed" ; exit 1 } + rsync -avDe ssh --delete --exclude-from=distro-specs/exclude-${client_distro} ${rsyncsource} ${rootdir} || { echo "Rsync failed" ; exit 1 ; } # generate error message in case rsync didn't work and exit. -- cgit v1.2.3-55-g7522