X-Git-Url: https://git.distorted.org.uk/~mdw/distorted-keys/blobdiff_plain/f012ad83100add4822bfa4e7017673beae6ebf17..0bc47568f2c94d6e48bc389ac508d5f905daa9c7:/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