From f4a68178b7cf5e8034d9a067270fbc9c7c7a3297 Mon Sep 17 00:00:00 2001 From: remittor Date: Sun, 11 Jan 2026 16:09:48 +0300 Subject: [PATCH] makefile: skip init.d.sh --- zapret/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/zapret/Makefile b/zapret/Makefile index 585bc8a..8170e10 100644 --- a/zapret/Makefile +++ b/zapret/Makefile @@ -106,6 +106,7 @@ define Package/$(PKG_NAME)/install $(INSTALL_DIR) $(1)/etc/uci-defaults $(INSTALL_BIN) ./uci-def-cfg.sh $(1)/etc/uci-defaults/zapret-uci-def-cfg.sh $(CP) ./*.sh $(1)/opt/zapret/ + rm -f $(1)/opt/zapret/init.d.sh # Fix permisions chmod 644 $(1)/opt/zapret/ipset/*.txt chmod 644 $(1)/opt/zapret/ipset_def/*.txt