forked from I2P_Developers/i2p.i2p
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:
@@ -830,7 +830,7 @@ console() {
|
||||
getpid
|
||||
if [ "X$pid" = "X" ]
|
||||
then
|
||||
trap '' 3
|
||||
trap '' 3 2
|
||||
|
||||
prepAdditionalParams "$@"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user