correct typo, and prevent warning during postinstall

This commit is contained in:
acfnews 2020-12-09 21:38:59 +01:00
parent 9e45cfd02a
commit d0e7747c7f
1 changed files with 2 additions and 2 deletions

4
debian/postinst vendored
View File

@ -1,7 +1,7 @@
#!/bin/bash #!/bin/bash
set -euxo pipefail 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 usermod -aG plugdev openwebrx
#DEBHELPER# #DEBHELPER#