aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--trunk/lib/common.sh1
-rwxr-xr-xtrunk/src/jail-commit2
2 files changed, 1 insertions, 2 deletions
diff --git a/trunk/lib/common.sh b/trunk/lib/common.sh
index d47f687..f66e9a7 100644
--- a/trunk/lib/common.sh
+++ b/trunk/lib/common.sh
@@ -274,7 +274,6 @@ function eval_config {
if which $SIMPLARET &> /dev/null; then
if [ "$SIMPLARET_UPDATE" == "1" ]; then
if [ "$2" == "-u" ]; then
- echo "updating package database..."
ARCH=$ARCH VERSION=$VERSION $SIMPLARET --update
fi
fi
diff --git a/trunk/src/jail-commit b/trunk/src/jail-commit
index de0dab4..e28e87d 100755
--- a/trunk/src/jail-commit
+++ b/trunk/src/jail-commit
@@ -56,7 +56,7 @@ function template_merge {
if [ ! -d "$file" ] && [ ! -s "$file" ]; then
if ! diff $file $1/$file; then
- echo updating $file
+ echo Updating $file
cp -af $1/$file $file
fi
elif [ -s "$file" ]; then