diff --git a/debian/openwebrx.postinst b/debian/openwebrx.postinst index 78ba051..540f06e 100755 --- a/debian/openwebrx.postinst +++ b/debian/openwebrx.postinst @@ -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