fix: Add missing a2enmod

from https://wiki.zoneminder.com/Ubuntu_Server_or_Desktop_Zoneminder_1.36.x
This commit is contained in:
Nardo86 2022-08-30 11:14:11 +02:00 committed by GitHub
parent a907a53551
commit 0fb34e5933
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -15,6 +15,8 @@ if [ "$RESULT" == "" ]; then
dpkg -i /zoneminder_1.36.24~20220823.0-bullseye_arm64.deb
a2enmod ssl \
&& a2enmod rewrite \
&& a2enmod headers \
&& a2enmod expires \
&& a2enconf zoneminder \
&& a2ensite default-ssl.conf
else