Skip to content

Commit e9589f5

Browse files
Merge pull request hestiacp#1588 from ioannidesalex/patch-32
Fix nologin
2 parents a3f0fa1 + 73e7218 commit e9589f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

install/vst-install-ubuntu.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -851,7 +851,7 @@ rm /tmp/vst.pem
851851

852852
# Adding nologin as a valid system shell
853853
if [ -z "$(grep nologin /etc/shells)" ]; then
854-
echo "/sbin/nologin" >> /etc/shells
854+
echo "/usr/sbin/nologin" >> /etc/shells
855855
fi
856856

857857

0 commit comments

Comments
 (0)