mirror of https://github.com/rd235/cado
[CMake] nologin shell fixed to /sbin
This commit is contained in:
parent
06ac0e5666
commit
f2cc3c9724
|
@ -11,7 +11,7 @@ execute_process(COMMAND bash -c "\
|
|||
--no-create-home \
|
||||
--home-dir /nonexistent \
|
||||
--system \
|
||||
--shell /bin/nologin \
|
||||
--shell /sbin/nologin \
|
||||
-g _cado \
|
||||
_cado;
|
||||
fi"
|
||||
|
|
Loading…
Reference in New Issue