update webalizer script

This commit is contained in:
Olaf Rempel 2007-02-11 13:40:06 +01:00
parent a1930dce37
commit 780e1d0013
1 changed files with 4 additions and 0 deletions

View File

@ -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'"