From 73e72183b294bed73a93ece8e82008ff3607eaca Mon Sep 17 00:00:00 2001 From: Alexandros Ioannides Date: Thu, 31 May 2018 21:01:49 +0300 Subject: [PATCH] Fix nologin --- install/vst-install-ubuntu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install/vst-install-ubuntu.sh b/install/vst-install-ubuntu.sh index a331570c3..351d3dfb7 100755 --- a/install/vst-install-ubuntu.sh +++ b/install/vst-install-ubuntu.sh @@ -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