Uncomment the trap statements. Now CTRL-C will kill the SSH session.

This commit is contained in:
Scott Ullrich 2006-10-01 17:03:09 +00:00
parent 895f6e8c65
commit 4b7cf20419

View File

@ -34,9 +34,9 @@ fi
# make sure the user can't kill us by pressing Ctrl-C,
# ctrl-z, etc.
#trap : 2
#trap : 3
#trap : 4
trap : 2
trap : 3
trap : 4
CONFIG="/cf/conf/config.xml"
WORD="https"