[type]Update manifest from renew-hook to deploy-hook

This commit is contained in:
kjg 2021-01-28 08:15:07 +01:00
parent 92a50da487
commit 66408f810b
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ if [ -f "${__object}/parameter/automatic-renewal" ]; then
renew_hook=""
if [ -f "${renew_hook_param}" ]; then
while read -r hook; do
renew_hook="${renew_hook} --renew-hook \"${hook}\""
renew_hook="${renew_hook} --deploy-hook \"${hook}\""
done < "${renew_hook_param}"
fi