Sign in
coral
/
busybox
/
refs/tags/1_20_1
/
.
/
applets_sh
/
nologin
blob: 3768eaaa7e699c6cf13ca0971093924b5d84af39 [
file
] [
log
] [
blame
]
#!/bin/sh
cat
/
etc
/
nologin
.
txt
2
>/
dev
/
null
||
echo
"This account is not available"
sleep
5
exit
1