update webalizer script
This commit is contained in:
parent
a1930dce37
commit
780e1d0013
@ -28,6 +28,10 @@ for arg in "$@"; do
|
|||||||
esac
|
esac
|
||||||
done
|
done
|
||||||
|
|
||||||
|
if [ "$VERBOSE" = "1" ]; then
|
||||||
|
WEBALIZER="$WEBALIZER -d"
|
||||||
|
fi
|
||||||
|
|
||||||
# for all configs
|
# for all configs
|
||||||
for config in $CONF_DIR/*.conf; do
|
for config in $CONF_DIR/*.conf; do
|
||||||
[ "$VERBOSE" = "1" ] && echo "Using config '$config'"
|
[ "$VERBOSE" = "1" ] && echo "Using config '$config'"
|
||||||
|
Loading…
Reference in New Issue
Block a user