mirror of
https://github.com/jketterl/openwebrx.git
synced 2026-01-06 08:40:30 +01:00
Merge pull request #197 from acfnews/develop
correct typo, and prevent warning during postinstall
This commit is contained in:
commit
8f9f9e8397
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 a new issue