From d0e7747c7fb66ec8e403ba987f019a457c3877f6 Mon Sep 17 00:00:00 2001 From: acfnews Date: Wed, 9 Dec 2020 21:38:59 +0100 Subject: [PATCH] correct typo, and prevent warning during postinstall --- debian/postinst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/postinst b/debian/postinst index 9a4b5e7..423db2c 100755 --- a/debian/postinst +++ b/debian/postinst @@ -1,7 +1,7 @@ #!/bin/bash set -euxo pipefail -adduser --system --group --no-create-home --home /nonexistant openwebrx +adduser --system --group --no-create-home --home /nonexistent --quiet openwebrx usermod -aG plugdev openwebrx -#DEBHELPER# \ No newline at end of file +#DEBHELPER#