Welcome to mirror list, hosted at ThFree Co, Russian Federation.

nologin « applets_sh - git.busybox.net/busybox.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 4ed5f6ca3545e62d2b56038f8c24b36f42e2406b (plain)
1
2
3
cat /etc/nologin.txt 2>/dev/null || echo This account is not available
sleep 5
exit 1