diff options
Diffstat (limited to '')
-rwxr-xr-x | dehydrated/share/hooks/deploy_cert.chrony | 2 |
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 |