summaryrefslogtreecommitdiffstats
path: root/dehydrated/share/hooks/deploy_cert.chrony
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-31 09:32:42 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2022-10-31 09:32:42 +0000
commite513884f36083b8ea3657be0d719926e27d64c3c (patch)
tree8a303879b87df9514b1bdac831c9e58e5b45c319 /dehydrated/share/hooks/deploy_cert.chrony
parentReleasing debian version 20221030-1. (diff)
downloadopen-infrastructure-service-tools-e513884f36083b8ea3657be0d719926e27d64c3c.tar.xz
open-infrastructure-service-tools-e513884f36083b8ea3657be0d719926e27d64c3c.zip
Merging upstream version 20221101.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'dehydrated/share/hooks/deploy_cert.chrony')
-rwxr-xr-xdehydrated/share/hooks/deploy_cert.chrony2
1 files changed, 1 insertions, 1 deletions
diff --git a/dehydrated/share/hooks/deploy_cert.chrony b/dehydrated/share/hooks/deploy_cert.chrony
index 9bccf75..b6744ff 100755
--- a/dehydrated/share/hooks/deploy_cert.chrony
+++ b/dehydrated/share/hooks/deploy_cert.chrony
@@ -23,9 +23,9 @@ set -e
if grep -Eqrs '^ *ntsservercert' /etc/chrony
then
- # https://bugs.debian.org/1013882
echo -n " + Copying certificate for chrony..."
+ # https://bugs.debian.org/1013882
cp -fL "${FULLCHAINFILE}" /etc/chrony/cert.pem
cp -fL "${KEYFILE}" /etc/chrony/key.pem