diff options
-rwxr-xr-x | applets_sh/nologin | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/applets_sh/nologin b/applets_sh/nologin new file mode 100755 index 000000000..3768eaaa7 --- /dev/null +++ b/applets_sh/nologin | |||
@@ -0,0 +1,4 @@ | |||
1 | #!/bin/sh | ||
2 | cat /etc/nologin.txt 2>/dev/null || echo "This account is not available" | ||
3 | sleep 5 | ||
4 | exit 1 | ||