mirror of
git://git.openwrt.org/openwrt/openwrt.git
synced 2025-10-13 05:12:11 -04:00
Signed-off-by: Daniel Dickinson <openwrt@daniel.thecshore.com> Signed-off-by: John Crispin <john@phrozen.org>
6 lines
102 B
Bash
Executable File
6 lines
102 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "$(uci get system.@system[0].ttylogin)" == 1 ] || exec /bin/ash --login
|
|
|
|
exec /bin/login
|