mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Don't kill login here. When this happens from ssh is also resets the console menu. Kill $PPID instead which should have the same intended effect.
This commit is contained in:
parent
59cfe65d3c
commit
651e77c6f7
@ -155,7 +155,7 @@ case ${opmode} in
|
||||
fi
|
||||
;;
|
||||
"")
|
||||
killall login ; exit
|
||||
kill $PPID ; exit
|
||||
;;
|
||||
esac
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user