Chapter 7. Logging
We need to run it multiple times for our various web sites using its command line
option to select non-standard configuration files.
#!/bin/bash
for conf in /var/lib/webalizer/*.conf
do
/usr/bin/webalizer -c ${conf}
done
exit 0
Figure 7-20. Modified cron script
61
Comentários a estes Manuais