mirror of
https://github.com/dehydrated-io/dehydrated.git
synced 2026-01-11 22:30:44 +01:00
Commits today appears to cause Dehydrated to exit with non-zero exit code? #280
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 @taylorotwell on GitHub (Feb 14, 2018).
One of the changes made today appears to have started making Dehydrated start exiting with a non-zero status even when everything goes fine. We are seeing the problem on Laravel Forge.
@lukas2511 commented on GitHub (Feb 14, 2018):
Mh... Can you run something like
bash -x dehydrated -cand post the last few lines before it exits?@lukas2511 commented on GitHub (Feb 14, 2018):
I think this is related to the recent addition of the "hook-bricker". 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):
Sorry i think I found the issue. Should be fixed in
a6e6aa7445.