Changes for kernel and Busybox
[tomato.git] / release / src / router / busybox / applets_sh / nologin
blob3768eaaa7e699c6cf13ca0971093924b5d84af39
1 #!/bin/sh
2 cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
3 sleep 5
4 exit 1