From: Michael Wagner Date: Sat, 6 Jun 2026 10:20:04 +0000 (+0200) Subject: restart apache2 in postinst X-Git-Tag: mfinanz-mebil_0.2-1 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/mfinanz.git/commitdiff_plain/f217d072d76183bc07723dcc29503b732bd2022d?hp=--cc restart apache2 in postinst --- f217d072d76183bc07723dcc29503b732bd2022d diff --git a/debian/mfinanz-mebil.postinst b/debian/mfinanz-mebil.postinst index 46d0166bd..b8eb3cb3f 100755 --- a/debian/mfinanz-mebil.postinst +++ b/debian/mfinanz-mebil.postinst @@ -11,3 +11,5 @@ else sed -i "s/\([0-9].*\)/\1-$mv/" /opt/kivitendo-erp/VERSION fi +systemctl restart apache2 +