[__letsencrypt_cert] Remove problematic trailing slash in sed.
Happy fingers are happy and like adding slashes places.
This commit is contained in:
parent
bc145bbc27
commit
e49da474c4
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ EOF
|
||||||
|
|
||||||
hook_contents_tail="$(cat <<EOF
|
hook_contents_tail="$(cat <<EOF
|
||||||
if [ -n "\${APPLY_HOOK}" ]; then
|
if [ -n "\${APPLY_HOOK}" ]; then
|
||||||
$(sed -e 's/^/ //' "${hook_source}")
|
$(sed -e 's/^/ /' "${hook_source}")
|
||||||
fi
|
fi
|
||||||
EOF
|
EOF
|
||||||
)"
|
)"
|
||||||
|
|
Loading…
Reference in a new issue