Adding the preinst where required apache modules are enabled

pull/5850/head
Sebastien Tricaud 2020-05-02 11:08:24 -07:00
parent 105a72e80f
commit 1c64d6c7de
1 changed files with 10 additions and 0 deletions

10
preinst Normal file
View File

@ -0,0 +1,10 @@
#!/bin/sh
set -e
#DEBHELPER#
. /usr/share/debconf/confmodule
a2enmod rewrite || true
a2enmod headers || true