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"
|
OWRX_DATADIR="/var/lib/openwebrx"
|
||||||
|
|
||||||
case "$1" in
|
case "$1" in
|
||||||
configure)
|
configure|reconfigure)
|
||||||
adduser --system --group --no-create-home --home /nonexistent --quiet "${OWRX_USER}"
|
adduser --system --group --no-create-home --home /nonexistent --quiet "${OWRX_USER}"
|
||||||
usermod -aG plugdev openwebrx
|
usermod -aG plugdev openwebrx
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user