X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/d8dbaabf98da677733cd2b316cbf629e99d7e4ed..fef0a02f50f6573ac84ee4ba3f83d9cd9eb7ae96:/debian/distorted-keys.postinst diff --git a/debian/distorted-keys.postinst b/debian/distorted-keys.postinst index 99a1809..36b7237 100755 --- a/debian/distorted-keys.postinst +++ b/debian/distorted-keys.postinst @@ -8,7 +8,7 @@ home=/var/lib/distorted-keys ## Make sure the user exists. if ! grep -q ^$user: /etc/passwd; then adduser --quiet --system --group \ - --disabled-password --shell /bin/false \ + --disabled-password --shell /dev/token-shells/userv \ --no-create-home --home $home \ $user fi