From ff43b288ebbc2571fc28300030c347d598be4e70 Mon Sep 17 00:00:00 2001 From: nachoparker Date: Thu, 28 Jun 2018 17:21:58 +0200 Subject: [PATCH] build: fix disabling apache mods --- post-inst.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/post-inst.sh b/post-inst.sh index 9e4b85b0..82af7f10 100644 --- a/post-inst.sh +++ b/post-inst.sh @@ -15,9 +15,6 @@ install() kill $( cat /run/redis/redis-server.pid ) [[ -f /run/crond.pid ]] && kill $( cat /run/crond.pid ) - # disable unused apache mods - a2dismod status reqtimeout env autoindex access_compat auth_basic authn_file authn_core alias access_compat - # cleanup all NCP extras source /usr/local/etc/library.sh cd /usr/local/etc/ncp-config.d/