From ad5166cf9ed4e47480e6c78ead67d563a925c406 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 18 Feb 2021 01:36:04 +0100 Subject: [PATCH] allow reconfigure in postinst --- debian/openwebrx.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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