mirror of
https://github.com/coolsnowwolf/lede.git
synced 2025-04-15 18:03:30 +00:00
6 lines
104 B
Bash
Executable File
6 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "$(uci -q get system.@system[0].ttylogin)" = 1 ] || exec /bin/ash --login
|
|
|
|
exec /bin/login
|