From 761f4aecf5d6ce38b89df043c562539d8af9d8d5 Mon Sep 17 00:00:00 2001 From: kiddin9 <48883331+kiddin9@users.noreply.github.com> Date: Sun, 12 Apr 2026 20:07:59 +0800 Subject: [PATCH] Update Makefile --- luci-app-synology/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/luci-app-synology/Makefile b/luci-app-synology/Makefile index fd9a875b..74eeaaf5 100644 --- a/luci-app-synology/Makefile +++ b/luci-app-synology/Makefile @@ -15,7 +15,7 @@ include $(TOPDIR)/feeds/luci/luci.mk define Package/luci-app-synology/postinst #!/bin.sh -chmod 755 /etc/init.d/synology +chmod a+x ${IPKG_INSTROOT}/etc/init.d/synology >/dev/null 2>&1 exit 0 endef