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