ash: add INT_OFF/ON around allocations
[oweals/busybox.git] / applets_sh / nologin
1 #!/bin/sh
2 cat /etc/nologin.txt 2>/dev/null || echo "This account is not available"
3 sleep 5
4 exit 1