allow reconfigure in postinst

This commit is contained in:
Jakob Ketterl 2021-02-18 01:36:04 +01:00
parent 0714ce5703
commit ad5166cf9e

View File

@ -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