aboutsummaryrefslogtreecommitdiff
path: root/applets_sh/nologin
diff options
context:
space:
mode:
Diffstat (limited to 'applets_sh/nologin')
-rwxr-xr-xapplets_sh/nologin4
1 files changed, 0 insertions, 4 deletions
diff --git a/applets_sh/nologin b/applets_sh/nologin
deleted file mode 100755
index 3768eaaa7..000000000
--- 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