aboutsummaryrefslogtreecommitdiff
path: root/trunk/src/jail-commit
diff options
context:
space:
mode:
Diffstat (limited to 'trunk/src/jail-commit')
-rwxr-xr-xtrunk/src/jail-commit2
1 files changed, 1 insertions, 1 deletions
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index 84748aa..50bc6ae 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -131,7 +131,7 @@ function do_commit {
echo Updating $jailpath...
fi
if [ -d "$TEMPLATE_BASE.d" ] || [ -a "$TEMPLATE_BASE.template" ]; then
- templatepkg -u $template $jailpath
+ SILENT=yes templatepkg -u $template $jailpath
template_merge $jailpath
fi
fi