diff options
Diffstat (limited to 'applets_sh/nologin')
-rwxr-xr-x | applets_sh/nologin | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/applets_sh/nologin b/applets_sh/nologin deleted file mode 100755 index 3768eaa..0000000 --- a/applets_sh/nologin +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -cat /etc/nologin.txt 2>/dev/null || echo "This account is not available" -sleep 5 -exit 1 |