Skip to content

Commit

Permalink
Adding the apache modules enablement in preinst
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastien Tricaud committed May 4, 2020
1 parent a424221 commit 0b24748
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions debian/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 0b24748

Please sign in to comment.