From 200dd72cd3b98677e7c689b4c48a30c37d35efff Mon Sep 17 00:00:00 2001 From: rhatto Date: Wed, 21 Mar 2007 01:46:54 +0000 Subject: some changes on jail-commit, small changes in common.sh and jail-update git-svn-id: svn+slack://slack.fluxo.info/var/svn/simplepkg@208 04377dda-e619-0410-9926-eae83683ac58 --- trunk/lib/common.sh | 1 + 1 file changed, 1 insertion(+) (limited to 'trunk/lib') diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh index 28ee8ea..38e9468 100644 --- a/trunk/lib/common.sh +++ b/trunk/lib/common.sh @@ -431,6 +431,7 @@ function copy_template_files { echo "$BASENAME: copying template files..." if [ -d "$TEMPLATE_BASE.d" ]; then if [ "$TEMPLATES_UNDER_SVN" == "1" ]; then + svn update rsync -av --exclude=.svn $TEMPLATE_BASE.d/ $JAIL_ROOT/$server/ else rsync -av $TEMPLATE_BASE.d/ $JAIL_ROOT/$server/ -- cgit v1.2.3