Originally created by @Janfred on GitHub (Feb 14, 2018).
`dehydrated -c` silently quits without doing anything in the current master
When commenting out this line (and adding an `echo ""` in the line after) it works as expected
https://github.com/lukas2511/dehydrated/blob/0ade30cc7482353982e34529a52d714bae691a24/dehydrated#L86
Tested on Debian Jessie and Ubuntu 14.04
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.
@lukas2511 commented on GitHub (Feb 14, 2018):
I did one more change in dcdb2940fbc4b8468cbbe75ea7725cf0a3306262, 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.
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
@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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
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 expectedhttps://github.com/lukas2511/dehydrated/blob/0ade30cc7482353982e34529a52d714bae691a24/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.