From f217d072d76183bc07723dcc29503b732bd2022d Mon Sep 17 00:00:00 2001 From: Michael Wagner Date: Sat, 6 Jun 2026 12:20:04 +0200 Subject: [PATCH] restart apache2 in postinst --- debian/mfinanz-mebil.postinst | 2 ++ 1 file changed, 2 insertions(+) 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 + -- 2.39.5