From 780e1d0013055ed196b30a256bac2dc1e6d19a4a Mon Sep 17 00:00:00 2001 From: Olaf Rempel Date: Sun, 11 Feb 2007 13:40:06 +0100 Subject: [PATCH] update webalizer script --- webalizer.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/webalizer.sh b/webalizer.sh index 1066215..e60d307 100644 --- a/webalizer.sh +++ b/webalizer.sh @@ -28,6 +28,10 @@ for arg in "$@"; do esac done +if [ "$VERBOSE" = "1" ]; then + WEBALIZER="$WEBALIZER -d" +fi + # for all configs for config in $CONF_DIR/*.conf; do [ "$VERBOSE" = "1" ] && echo "Using config '$config'"