Skip to content

Commit

Permalink
Adding the preinst where required apache modules are enabled
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Tricaud committed May 2, 2020
1 parent 105a72e commit 1c64d6c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions preinst
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#!/bin/sh

set -e

#DEBHELPER#

. /usr/share/debconf/confmodule

a2enmod rewrite || true
a2enmod headers || true

0 comments on commit 1c64d6c

Please sign in to comment.