4 lines
86 B
Plaintext
4 lines
86 B
Plaintext
|
cat /etc/nologin.txt 2>/dev/null || echo This account is not available
|
||
|
sleep 5
|
||
|
exit 1
|