Skip to content

Commit

Permalink
removes the runaway cat on factorio stop
Browse files Browse the repository at this point in the history
fixes Bisa#185
  • Loading branch information
Tmzasz committed Apr 2, 2021
1 parent 039890d commit de6c456
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion factorio
Original file line number Diff line number Diff line change
Expand Up @@ -355,7 +355,7 @@ function stop_service() {
fi

# Start the reader (in case tail stopped already)
cat "${FIFO}" &
#cat "${FIFO}" &
# Open pipe for writing.
exec 3> "${FIFO}"
# Write a newline to the pipe, this triggers a SIGPIPE and causes tail to exit
Expand Down

0 comments on commit de6c456

Please sign in to comment.