vn-autoconfig/debian/postinst

13 lines
241 B
Plaintext
Raw Normal View History

2020-01-15 10:25:33 +00:00
#!/bin/bash
set -e
service php7.0-fpm restart
# Enables Apache configuration
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
then
. /usr/share/apache2/apache2-maintscript-helper
apache2_invoke enconf vn-autoconfig.conf
fi