Change install path from /srv/ to /opt/.

Signed-off-by: Thomas Hochstein <thh@thh.name>
This commit is contained in:
Thomas Hochstein 2025-06-07 22:50:30 +02:00
parent 06c3036fa0
commit 2ff3ea38cc
4 changed files with 8 additions and 8 deletions

View file

@ -1,8 +1,8 @@
#!/bin/bash
# installation path is /srv/newsstats/, please adjust accordingly
# installation path is /opt/newsstats/, please adjust accordingly
# $1: newsgroup
echo "Stats for $1"
cd /srv/newsstats/
cd /opt/newsstats/
for year in {2012..2022}
do
echo -n "${year}: "