summaryrefslogtreecommitdiffstats
path: root/dehydrated/share/hooks/deploy_cert.chrony
diff options
context:
space:
mode:
Diffstat (limited to 'dehydrated/share/hooks/deploy_cert.chrony')
-rwxr-xr-xdehydrated/share/hooks/deploy_cert.chrony4
1 files changed, 2 insertions, 2 deletions
diff --git a/dehydrated/share/hooks/deploy_cert.chrony b/dehydrated/share/hooks/deploy_cert.chrony
index 9bccf75..40771a8 100755
--- a/dehydrated/share/hooks/deploy_cert.chrony
+++ b/dehydrated/share/hooks/deploy_cert.chrony
@@ -2,7 +2,7 @@
# Open Infrastructure: service-tools
-# Copyright (C) 2014-2022 Daniel Baumann <daniel.baumann@open-infrastructure.net>
+# Copyright (C) 2014-2023 Daniel Baumann <daniel.baumann@open-infrastructure.net>
#
# SPDX-License-Identifier: GPL-3.0+
#
@@ -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