update_sudo.pl may exit before deploying all fragments #1
Loading…
x
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?
Some parts of the code will cause an premature exit of the script if an error happens due to external factors. For example when setting ownerships and/or permissions on the final sudo file:
As a consequence not all sudo fragments may be deployed and this may ultimately leave the system in an unmanaged state (loss of privilege).
It would be better to allow such errors to be ignored via a configuration option.
Fixed in
78d2d6aff1
by adding theignore_errors
flag