Skip to content

Commit

Permalink
Fix nologin
Browse files Browse the repository at this point in the history
  • Loading branch information
ioannidesalex committed May 31, 2018
1 parent a3f0fa1 commit 73e7218
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/vst-install-ubuntu.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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


Expand Down

0 comments on commit 73e7218

Please sign in to comment.