0
1
Fork 0

Debian postinst fixes

This commit is contained in:
Juan Ferrer 2020-01-21 09:37:11 +01:00
parent cdf7b176b2
commit bd4ec0fead
3 changed files with 3 additions and 3 deletions

2
debian/changelog vendored
View File

@ -1,4 +1,4 @@
hedera-web (1.406.78) stable; urgency=low
hedera-web (1.406.79) stable; urgency=low
* Initial Release.

2
debian/postinst vendored
View File

@ -7,8 +7,8 @@ set -e
if [ -e /usr/share/apache2/apache2-maintscript-helper ]
then
. /usr/share/apache2/apache2-maintscript-helper
apache2_invoke enconf hedera-web.conf
apache2_invoke enmod rewrite headers
apache2_invoke enconf hedera-web.conf
fi
#service php7.3-fpm restart

View File

@ -1,6 +1,6 @@
{
"name": "hedera-web",
"version": "1.406.78",
"version": "1.406.79",
"description": "Verdnatura web page",
"license": "GPL-3.0",
"repository": {