mirror of
https://github.com/bolucat/Archive.git
synced 2025-12-24 13:28:37 +08: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
|