From 878bf833818bef5d0e05f2cf4cb69d471b13b6ef Mon Sep 17 00:00:00 2001 From: rhatto Date: Thu, 5 Apr 2007 17:30:24 +0000 Subject: common.sh: small fix git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@249 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'trunk/lib/common.sh') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index d568854..d7e1b95 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -464,9 +464,9 @@ function copy_template_files { if [ -d "$TEMPLATE_BASE.d" ]; then if use_svn && [ -d "$TEMPLATE_BASE.d/.svn" ]; then svn update - rsync -av --exclude=.svn $TEMPLATE_BASE.d/ $JAIL_ROOT/$server/ + rsync -av --exclude=.svn $TEMPLATE_BASE.d/ $1/ else - rsync -av $TEMPLATE_BASE.d/ $JAIL_ROOT/$server/ + rsync -av $TEMPLATE_BASE.d/ $1/ fi fi fi -- cgit v1.2.3