mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Woops, correct enable auto login
This commit is contained in:
parent
7aae518a2f
commit
82f1f6159c
@ -1636,7 +1636,7 @@ function auto_login($status) {
|
||||
conf_mount_rw();
|
||||
$fd = fopen("/etc/gettytab", "w");
|
||||
foreach($getty_split as $gs) {
|
||||
if(stristr($gs, ":ht:np:sp#115200") == true) {
|
||||
if(stristr($gs, "\:ht\:np\:sp\#115200") == true) {
|
||||
if($status == true) {
|
||||
fwrite($fd, " :ht:np:sp#115200:al=root:\n");
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user