FIX #4: added DISABLE_STATS flag and moved stats refresh in a dedicated script

This commit is contained in:
2025-07-31 15:43:47 +02:00
parent 8d534bfd9b
commit b8c4e51fbe
5 changed files with 23 additions and 1 deletions

View File

@@ -1,5 +1,9 @@
#!/bin/sh
if [ ${DISABLE_STATS} -eq 1 ] ; then
exit 0
fi
echo "# Configuring stats"
# make sure paths exists