Update ca certs after restore

This commit is contained in:
Bob Mottram 2017-06-26 13:00:28 +01:00
parent bcc5e80d21
commit a2e1db68e1
2 changed files with 2 additions and 0 deletions

View File

@ -638,6 +638,7 @@ function restore_certs {
exit 276
fi
rm -rf /root/tempssl
update-ca-certificates
# restore ownership
if [ -f /etc/ssl/private/xmpp.key ]; then

View File

@ -570,6 +570,7 @@ function restore_certs {
exit 276
fi
rm -rf /root/tempssl
update-ca-certificates
# restore ownership
if [ -f /etc/ssl/private/xmpp.key ]; then