mirror of
https://github.com/myvesta/vesta
synced 2025-08-14 18:49:21 -07:00
Fix nologin
This commit is contained in:
parent
a3f0fa1501
commit
73e72183b2
1 changed files with 1 additions and 1 deletions
|
@ -851,7 +851,7 @@ rm /tmp/vst.pem
|
|||
|
||||
# Adding nologin as a valid system shell
|
||||
if [ -z "$(grep nologin /etc/shells)" ]; then
|
||||
echo "/sbin/nologin" >> /etc/shells
|
||||
echo "/usr/sbin/nologin" >> /etc/shells
|
||||
fi
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue