[__letsencrypt_cert] Remove problematic trailing slash in sed.

Happy fingers are happy and like adding slashes places.
This commit is contained in:
evilham 2021-02-09 20:29:17 +01:00
parent bc145bbc27
commit e49da474c4
1 changed files with 1 additions and 1 deletions

View File

@ -206,7 +206,7 @@ EOF
hook_contents_tail="$(cat <<EOF
if [ -n "\${APPLY_HOOK}" ]; then
$(sed -e 's/^/ //' "${hook_source}")
$(sed -e 's/^/ /' "${hook_source}")
fi
EOF
)"