ash: allow shell scripts to be embedded in the binary
[oweals/busybox.git] / embed / nologin
1 #!/bin/sh
2 cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
3 sleep 5
4 exit 1