summaryrefslogtreecommitdiff
path: root/localwebstats
diff options
context:
space:
mode:
authorJonas Smedegaard <dr@jones.dk>2002-01-04 11:54:59 +0000
committerJonas Smedegaard <dr@jones.dk>2002-01-04 11:54:59 +0000
commitbe4f7b597cde9230b0cba80c326d83badf2bf55e (patch)
treee2b374e3ea66bb2eeefce27a6bb47842ba2b0af4 /localwebstats
parent2c77cb6b99f827ea73e4c76ec0326f383bbe01b1 (diff)
localwebstats: Add another debug message.
Diffstat (limited to 'localwebstats')
-rwxr-xr-xlocalwebstats2
1 files changed, 1 insertions, 1 deletions
diff --git a/localwebstats b/localwebstats
index 7de9106..fe93441 100755
--- a/localwebstats
+++ b/localwebstats
@@ -85,8 +85,8 @@ for WEBSITE in $WEBSITES; do
LOGFILES=$(logfiles ${LOGROOT} ${WEBSITE}) || exit 1
LOGFILESGZ=$(logfilesgz ${LOGROOT} ${WEBSITE}) || exit 1
-
if [ -x /usr/bin/jdresolve ]; then
+ [ ${DEBUG} ] && echo "Checking access to ${JDRESOLVE_DB}"
touch ${JDRESOLVE_DB} || exit 1
fi