]> wagnertech.de Git - projects.git/commitdiff
Merge branch 'master' of http://wagnertech.de/git/projects master v_0.0-16
authorMichael Wagner <mail@wagnertech.de>
Mon, 8 Jun 2026 13:19:49 +0000 (13:19 +0000)
committerMichael Wagner <mail@wagnertech.de>
Mon, 8 Jun 2026 13:19:49 +0000 (13:19 +0000)
debian/mdjango.postinst

index e6448d1630efcedab239fe0d8ef90ac61e1cc47a..f68df99bc61787614193b2987ba03758aa3c2651 100755 (executable)
@@ -3,9 +3,9 @@ set -e
 
 # apache2 settings
 a2ensite mysite
-systemctl reload apache2
 # set locale for UTF-8 handling
 sed -i "s!^.*\. /etc/default/locale!\. /etc/default/locale!" /etc/apache2/envvars
+systemctl restart apache2
 
 # check addition to settings
 if ! grep "### MDJANGO ###" /opt/mysite/mysite/settings.py >/dev/null