login.sh 102 B

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