I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit b0718f6b authored by kytv's avatar kytv
Browse files

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.
parent 57afc4cd
No related branches found
No related tags found
No related merge requests found
...@@ -830,7 +830,7 @@ console() { ...@@ -830,7 +830,7 @@ console() {
getpid getpid
if [ "X$pid" = "X" ] if [ "X$pid" = "X" ]
then then
trap '' 3 trap '' 3 2
prepAdditionalParams "$@" prepAdditionalParams "$@"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment