shlib.sh: add -i option to tee command
commit1a5c55564b832c8c491dc33e4bf8f4d907135a67
authorKyle J. McKay <mackyle@gmail.com>
Sun, 28 Aug 2016 17:59:38 +0000 (28 10:59 -0700)
committerKyle J. McKay <mackyle@gmail.com>
Sun, 28 Aug 2016 17:59:38 +0000 (28 10:59 -0700)
tree494457ce33bdc0e6362de740cad32eb6cd8c51e8
parent017b31bb7e1ba2a95b86550186c8150f8b190e84
shlib.sh: add -i option to tee command

Now that jobd.pl is using SIGINT instead of SIGTERM for the initial
signal, add the POSIX "-i" option to the tee command so that any output
produced during graceful exit interrupt handling makes it to the log.

Signed-off-by: Kyle J. McKay <mackyle@gmail.com>
shlib.sh