Also set a trap on signal 2 so that the failure message isn't displayed if I2P

is shutdown while running as a console application.
This commit is contained in:
kytv
2011-09-13 00:55:37 +00:00
parent 57afc4cd5d
commit b0718f6b55

View File

@@ -830,7 +830,7 @@ console() {
getpid
if [ "X$pid" = "X" ]
then
trap '' 3
trap '' 3 2
prepAdditionalParams "$@"