This commit is contained in:
romkatv 2020-05-26 08:37:25 +02:00
commit 619ddaf6f1
4 changed files with 36 additions and 44 deletions

View file

@ -225,6 +225,7 @@ function gitstatus_start() {
}
if ! gitstatus_start_impl; then
echo "" >&2
echo "gitstatus_start: failed to start gitstatusd" >&2
[[ -z "${req_fifo:-}" ]] || command rm -f "$req_fifo"
[[ -z "${resp_fifo:-}" ]] || command rm -f "$resp_fifo"