Goaccess - Log format not working when invoked inside a bash script (stackoverflow.com)stack
17 points by daHoodooMan in stackoverflow.com · 22h ago · stack
I'm having a hard time to run goaccess in a simple bash script like this: #!/bin/bash cat domainlist.txt |\ while read d ; do # echo "goaccess /var/log/httpd/www.$d/access_log --log-format=COMBINED -o /srv/www/parked-domains/mystats/www.$d/index.html" ## uncomment previous line…