Update Makefile

This commit is contained in:
kiddin9 2026-04-12 20:07:59 +08:00 committed by GitHub
parent 00080ebfd9
commit 761f4aecf5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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