bash-scripts/webalizer.sh

9 lines
361 B
Bash
Raw Normal View History

2016-03-04 21:00:51 +02:00
#!/bin/bash
# caylakpenguen 7 Subat 2016
# web istatistikleri icindir
/usr/bin/webalizer -c /root/vhost-webalizer.conf >>/root/webalizer.log 1>/dev/null 2>/dev/null
/usr/bin/webalizer -c /root/caylak-webalizer.conf >>/root/webalizer.log 1>/dev/null 2>/dev/null
/usr/bin/webalizer -c /root/kimgelir-webalizer.conf >>/root/webalizer.log 1>/dev/null 2>/dev/null