dehydrated/dehydrated-autowash.patch
Paul Wouters 82d39058eb
update to 0.7.0
- Resolved: rhbz#1872621 [RFE] Ship systemd units for auto-renewal
- Resolved: rhbz#1906674 dehydrated-0.7.0 is available
- Pulled in improvements by  Tuomo Soini <tis@foobar.fi>
2021-06-01 12:47:11 -04:00

12 lines
537 B
Diff

diff -up dehydrated-0.7.0/dehydrated.autowash dehydrated-0.7.0/dehydrated
--- dehydrated-0.7.0/dehydrated.autowash 2021-01-22 13:11:47.018517599 +0200
+++ dehydrated-0.7.0/dehydrated 2021-01-22 13:12:44.673042823 +0200
@@ -1734,7 +1734,7 @@ command_sign_domains() {
[[ -n "${HOOK}" ]] && ("${HOOK}" "exit_hook" || echo 'exit_hook returned with non-zero exit code!' >&2)
if [[ "${AUTO_CLEANUP}" == "yes" ]]; then
- echo "+ Running automatic cleanup"
+ echo " + Running automatic cleanup"
command_cleanup noinit
fi