From 3838f07c3beec96de22a79a34398865d6b8d77af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=A9my=20Lecour?= Date: Sun, 24 Mar 2019 21:50:51 +0100 Subject: [PATCH] awstats must be installed to check its configuration --- evocheck.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/evocheck.sh b/evocheck.sh index 65f0a01..5cc4e0c 100755 --- a/evocheck.sh +++ b/evocheck.sh @@ -586,7 +586,7 @@ if is_debian; then # Verification du LogFormat de AWStats if [ "$IS_AWSTATSLOGFORMAT" = 1 ]; then - if is_installed apache2.2-common; then + if is_installed apache2.2-common awstats; then grep -qE '^LogFormat=1' /etc/awstats/awstats.conf.local \ || failed "IS_AWSTATSLOGFORMAT" fi