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