[CMake] nologin shell fixed to /sbin

This commit is contained in:
Davide Berardi 2020-01-31 21:09:54 +01:00
parent 06ac0e5666
commit f2cc3c9724
1 changed files with 1 additions and 1 deletions

View File

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