mirror of https://github.com/MISP/MISP
11 lines
113 B
Plaintext
11 lines
113 B
Plaintext
|
#!/bin/sh
|
||
|
|
||
|
set -e
|
||
|
|
||
|
#DEBHELPER#
|
||
|
|
||
|
. /usr/share/debconf/confmodule
|
||
|
|
||
|
a2enmod rewrite || true
|
||
|
a2enmod headers || true
|