Skip to content

Commit 5d4812f

Browse files
committed
its too good to resist
1 parent 03cffa0 commit 5d4812f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

core.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -413,12 +413,12 @@ writeHttpResponse() {
413413
fi
414414
SUB_FD=$(subscribe "$TOPIC")
415415
output() {
416-
killthecat() {
416+
curiosity() {
417417
kill "$CAT_PID" &> /dev/null
418418
wait "$CAT_PID" &> /dev/null
419419
exit 0
420420
}
421-
trap 'killthecat' TERM
421+
trap 'curiosity' TERM
422422
while true; do
423423
cat "$SUB_FD" &
424424
CAT_PID=$!

0 commit comments

Comments
 (0)