From f2cc3c9724fe9e94242ab1af1029b26d1498510f Mon Sep 17 00:00:00 2001 From: Davide Berardi Date: Fri, 31 Jan 2020 21:09:54 +0100 Subject: [PATCH] [CMake] nologin shell fixed to /sbin --- PostInstall.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PostInstall.cmake b/PostInstall.cmake index 47c7aae..6dc0523 100644 --- a/PostInstall.cmake +++ b/PostInstall.cmake @@ -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"