Update to 2022-04-27 10:00

This commit is contained in:
Daniel Berteaud
2022-04-27 10:00:09 +02:00
parent e083d9e49e
commit ee24f19034
4 changed files with 6 additions and 5 deletions

View File

@@ -9,7 +9,7 @@ if [ $1 == "{{ pg_letsencrypt_cert }}" ]; then
chown root:root /etc/my.ssl/server.crt
chmod 640 /etc/my.ssl/server.key
chmod 644 /etc/my.ssl/server.crt
mysql -e 'FLUSH SSL;'
mysql -e 'FLUSH SSL;' || systemctl restart mysql
fi
{% else %}