mirror of
https://github.com/jketterl/openwebrx.git
synced 2025-12-06 07:12:09 +01:00
allow reconfigure in postinst
This commit is contained in:
parent
0714ce5703
commit
ad5166cf9e
2
debian/openwebrx.postinst
vendored
2
debian/openwebrx.postinst
vendored
|
|
@ -7,7 +7,7 @@ OWRX_USER="openwebrx"
|
|||
OWRX_DATADIR="/var/lib/openwebrx"
|
||||
|
||||
case "$1" in
|
||||
configure)
|
||||
configure|reconfigure)
|
||||
adduser --system --group --no-create-home --home /nonexistent --quiet "${OWRX_USER}"
|
||||
usermod -aG plugdev openwebrx
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue