1#!/bin/sh
2
3[ "$(uci get system.@system[0].ttylogin)" == 1 ] || exec /bin/ash --login
4
5exec /bin/login
6