]> git.ozlabs.org Git - petitboot/commit
utils/pb-console: Ignore SIGINT
authorSamuel Mendoza-Jonas <sam@mendozajonas.com>
Tue, 5 Jun 2018 00:01:06 +0000 (10:01 +1000)
committerSamuel Mendoza-Jonas <sam@mendozajonas.com>
Mon, 3 Dec 2018 03:39:57 +0000 (14:39 +1100)
commitcfd6bf4f7da1ee71a65f57f28912d43ab757b968
tree453382ce3c09a643574938455fe6989e2871762d
parentce14ac6dd659cb5e577db1d98abb061e36edbdec
utils/pb-console: Ignore SIGINT

Trap and ignore SIGINT to avoid a SIGINT intended for petitboot-nc also
exiting the parent pb-console script.

Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
utils/pb-console