aboutsummaryrefslogtreecommitdiff
path: root/trunk/lib
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/lib')
-rw-r--r--trunk/lib/common.sh4
1 files changed, 2 insertions, 2 deletions
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