mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Run echo tty > /tmp/last_term_seen on startup
This commit is contained in:
parent
e32a4dcc9a
commit
b99acdb9db
@ -17,6 +17,11 @@ trap : 4
|
||||
CONFIG="/cf/conf/config.xml"
|
||||
WORD="https"
|
||||
|
||||
# Document which terminal launched last
|
||||
# so we can attempt to track down the
|
||||
# rc.initial respawn issues.
|
||||
echo `tty` > /tmp/last_term_seen
|
||||
|
||||
# Set our operating platform
|
||||
PLATFORM=`cat /etc/platform`
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user