correct typo, and prevent warning during postinstall
This commit is contained in:
parent
9e45cfd02a
commit
d0e7747c7f
4
debian/postinst
vendored
4
debian/postinst
vendored
@ -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#
|
||||
|
Loading…
Reference in New Issue
Block a user