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

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#