diff --git a/utils/domoticz/Makefile b/utils/domoticz/Makefile index d275f2dc7d..6b08373dcc 100644 --- a/utils/domoticz/Makefile +++ b/utils/domoticz/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=domoticz PKG_VERSION:=2025.2 -PKG_RELEASE:=2 +PKG_RELEASE:=3 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/domoticz/domoticz/tar.gz/$(PKG_VERSION)? diff --git a/utils/domoticz/files/domoticz.init b/utils/domoticz/files/domoticz.init index eb61bb2d2a..0ff253cf58 100644 --- a/utils/domoticz/files/domoticz.init +++ b/utils/domoticz/files/domoticz.init @@ -51,7 +51,7 @@ start_domoticz() { for DIR in data generated_scripts; do [ -d /var/lib/domoticz/dzVents/$DIR ] || { mkdir -p /var/lib/domoticz/dzVents/$DIR - chown domoticz.domoticz /var/lib/domoticz/dzVents/$DIR + chown domoticz:domoticz /var/lib/domoticz/dzVents/$DIR } done procd_append_param command -userdata "$userdata"