Merge pull request #197 from acfnews/develop

correct typo, and prevent warning during postinstall
This commit is contained in:
Jakob Ketterl 2020-12-09 21:53:13 +01:00 committed by GitHub
commit 8f9f9e8397
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

4
debian/postinst vendored
View File

@ -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#
#DEBHELPER#