aboutsummaryrefslogtreecommitdiff
path: root/applets_sh/nologin
blob: 4ed5f6ca3545e62d2b56038f8c24b36f42e2406b (plain)
1
2
3
cat /etc/nologin.txt 2>/dev/null || echo This account is not available
sleep 5
exit 1