mirror of
https://github.com/ha7ilm/openwebrx.git
synced 2026-01-21 15:50:17 +01:00
fix variable substitution
This commit is contained in:
parent
a29d72d67f
commit
b06a629ffb
2
debian/openwebrx.postinst
vendored
2
debian/openwebrx.postinst
vendored
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue