From: Michael Wagner Date: Mon, 8 Jun 2026 13:19:49 +0000 (+0000) Subject: Merge branch 'master' of http://wagnertech.de/git/projects X-Git-Tag: v_0.0-16 X-Git-Url: http://wagnertech.de/gitweb/gitweb.cgi/projects.git/commitdiff_plain/refs/heads/master?ds=sidebyside;hp=66304157dfff0eccdf3bd2374a5ba6b2d84f6c12 Merge branch 'master' of http://wagnertech.de/git/projects --- diff --git a/debian/libcob-ocesql.cp b/debian/libcob-ocesql.cp index 27ede25..46820d2 100755 --- a/debian/libcob-ocesql.cp +++ b/debian/libcob-ocesql.cp @@ -49,7 +49,7 @@ file=$1 if [ $1 == "-x" ]; then exec_flag="-x" - if [ -z "$2 ]; then + if [ -z "$2" ]; then echo "File missing." echo "Usage: $usage" exit 43 diff --git a/debian/mdjango.postinst b/debian/mdjango.postinst index e6448d1..f68df99 100755 --- a/debian/mdjango.postinst +++ b/debian/mdjango.postinst @@ -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