aboutsummaryrefslogtreecommitdiff
path: root/src/jail-commit
diff options
context:
space:
mode:
Diffstat (limited to 'src/jail-commit')
-rwxr-xr-xsrc/jail-commit4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/jail-commit b/src/jail-commit
index b48a0f9..1013c88 100755
--- a/src/jail-commit
+++ b/src/jail-commit
@@ -72,7 +72,7 @@ if [ -f $JAIL_LIST ]; then
if [ "$?" == "0" ]; then
echo updating $jailpath...
if [ -d "$TEMPLATE_BASE.d" ] || [ -a "$TEMPLATE_BASE.template" ]; then
- templatepkg -a $jail $jailpath
+ templatepkg -u $jail $jailpath
template_merge $jailpath
template_svn_commit $TEMPLATE_BASE
fi
@@ -85,7 +85,7 @@ search_template main --update
if [ "$?" == "0" ]; then
if [ -a "$TEMPLATE_BASE.template" ] || [ -a "$TEMPLATE_BASE.template" ]; then
echo updating main installation...
- templatepkg -a main
+ templatepkg -u main
template_merge /
template_svn_commit $TEMPLATE_BASE
fi