Browse Source

Fix nologin

Alexandros Ioannides 7 years ago
parent
commit
73e72183b2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      install/vst-install-ubuntu.sh

+ 1 - 1
install/vst-install-ubuntu.sh

@@ -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