lego hook execution with bash -c #13
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Maybe we should use
bash -c
here:That assumes that
$LEGO_POST_RENEWAL_HOOK
is executable with bash - right now, it can be any (shell) executable, as long as it is executable, it works.One could make the argument, that the same arguments usually passed with f.ex. certbot etc should be passed as positional arguments.