From 0cf67d5e2c0086075c44a43789f668b76b1fc250 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 11 Feb 2021 00:24:02 +0100 Subject: [PATCH] don't use recursive (lintian) --- debian/openwebrx.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openwebrx.postinst b/debian/openwebrx.postinst index 7220378..3f86ea7 100755 --- a/debian/openwebrx.postinst +++ b/debian/openwebrx.postinst @@ -11,7 +11,7 @@ case "$1" in # create OpenWebRX data directory and set the correct permissions if [ ! -d "${OWRX_DATADIR}" ] && [ ! -L "${OWRX_DATADIR}" ]; then mkdir "${OWRX_DATADIR}"; fi - chown -R "${OWRX_USER}". ${OWRX_DATADIR} + chown "${OWRX_USER}". ${OWRX_DATADIR} # create initial openwebrx user openwebrx-admin adduser --noninteractive --silent --user admin