mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove extra :
This commit is contained in:
parent
02adef9e69
commit
a210050367
@ -574,7 +574,7 @@ function auto_login($status) {
|
||||
foreach($getty_split as $gs) {
|
||||
if(stristr($gs, "cb:ce:ck:lc") == true) {
|
||||
if($status == true) {
|
||||
fwrite($fd, "::cb:ce:ck:lc:fd#1000:im=\\r\\n%s/%m (%h) (%t)\\r\\n\\r\\n:sp#1200:\\\n");
|
||||
fwrite($fd, ":cb:ce:ck:lc:fd#1000:im=\\r\\n%s/%m (%h) (%t)\\r\\n\\r\\n:sp#1200:\\\n");
|
||||
} else {
|
||||
fwrite($fd, ":al=root:cb:ce:ck:lc:fd#1000:im=\\r\\n%s/%m (%h) (%t)\\r\\n\\r\\n:sp#1200:\\\n");
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user