From 09e77be65aacffd74d7d5897e07465413d10548d Mon Sep 17 00:00:00 2001 From: mudler Date: Thu, 5 Nov 2015 14:51:29 +0100 Subject: [PATCH] [script/post-upgrade] touching /etc/.updated and /var/.updated for systemd-update-done.service --- script/post-upgrade.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/script/post-upgrade.sh b/script/post-upgrade.sh index 5ebe3c1..97fb029 100644 --- a/script/post-upgrade.sh +++ b/script/post-upgrade.sh @@ -93,6 +93,10 @@ echo FONT=LatArCyrHeb-16 > /etc/vconsole.conf locale-gen +# Triggering systemd-update-done +touch /etc/.updated +touch /var/.updated + # remove LDAP keys rm -f /etc/openldap/ssl/ldap.pem /etc/openldap/ssl/ldap.key \ /etc/openldap/ssl/ldap.csr /etc/openldap/ssl/ldap.crt