From a06a9e4a3834beede463a83c23656d7cad9ad968 Mon Sep 17 00:00:00 2001 From: Alexander Sulfrian Date: Wed, 14 Nov 2012 02:50:36 +0100 Subject: renew-config: some output --- renew-config | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/renew-config b/renew-config index 5536b0c..155bc31 100755 --- a/renew-config +++ b/renew-config @@ -2,6 +2,7 @@ . settings.sh +echo "Checking repository. Please wait..." # pre flight checks cd "$REPO" >/dev/null @@ -28,6 +29,8 @@ if ! bcfg2-lint -Q "$REPO"; then error "$REPO: bcfg2-lint detected errors." fi +echo "All checks passed. Updating real repository..." + # update real repository cd "$REAL" >/dev/null @@ -49,4 +52,5 @@ git clean --quiet --force -d || bcfg2-ping-sweep +echo "All done." cd "$OLDPWD" >/dev/null -- cgit v1.2.3-1-g7c22