mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Uncomment the trap statements. Now CTRL-C will kill the SSH session.
This commit is contained in:
parent
895f6e8c65
commit
4b7cf20419
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user