mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Dehydrated silently quits on -c, issue with hook #282
Reference in New Issue
Block a user
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?
Originally created by @Janfred on GitHub (Feb 14, 2018).
dehydrated -csilently quits without doing anything in the current masterWhen commenting out this line (and adding an
echo ""in the line after) it works as expected0ade30cc74/dehydrated (L86)Tested on Debian Jessie and Ubuntu 14.04
@lukas2511 commented on GitHub (Feb 14, 2018):
I did one more change in
dcdb2940fb, if that doesn't fix your problem your hook script probably is broken. It should ignore unknown hooks and exit cleanly, otherwise dehydrated won't work.@Janfred commented on GitHub (Feb 14, 2018):
I don't have a hook script, so it can't be an issue with the script.
I'll check it again in a few hours if the issue is fixed
@lukas2511 commented on GitHub (Feb 14, 2018):
I think I know what is going on... should be fixed in
a6e6aa7445.