Skip to content

Commit

Permalink
Merge pull request #1588 from ioannidesalex/patch-32
Browse files Browse the repository at this point in the history
Fix nologin
  • Loading branch information
serghey-rodin committed May 31, 2018
2 parents a3f0fa1 + 73e7218 commit e9589f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install/vst-install-ubuntu.sh
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 e9589f5

Please sign in to comment.