login.sh 104 B

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