From b06a629ffb0729f3e3248036f9e772804aae5e85 Mon Sep 17 00:00:00 2001 From: Jakob Ketterl Date: Thu, 18 Feb 2021 18:41:39 +0100 Subject: [PATCH] fix variable substitution --- debian/openwebrx.postinst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debian/openwebrx.postinst b/debian/openwebrx.postinst index 3a96d66..ca04fd0 100755 --- a/debian/openwebrx.postinst +++ b/debian/openwebrx.postinst @@ -19,7 +19,7 @@ case "$1" in if [ ! -e "${OWRX_USERS_FILE}" ]; then # create an empty users file now to avoid permission problems later echo "[]" > "${OWRX_USERS_FILE}" - chown "${OWRX_USER}". ${$OWRX_USERS_FILE} + chown "${OWRX_USER}". ${OWRX_USERS_FILE} fi db_get openwebrx/admin_user_password