diff --git a/ddnsto/Makefile b/ddnsto/Makefile index 5836224a..4548564a 100644 --- a/ddnsto/Makefile +++ b/ddnsto/Makefile @@ -45,6 +45,7 @@ define Package/$(PKG_NAME)/postinst #!/bin/sh if [ -z "$${IPKG_INSTROOT}" ]; then [ -f /etc/uci-defaults/ddnsto ] && /etc/uci-defaults/ddnsto && rm -f /etc/uci-defaults/ddnsto + exit 0 fi endef diff --git a/quickstart/Makefile b/quickstart/Makefile index 59403132..b98dfb1c 100644 --- a/quickstart/Makefile +++ b/quickstart/Makefile @@ -47,6 +47,7 @@ if [ -z "$${IPKG_INSTROOT}" ]; then chmod 755 /etc/uci-defaults/09-quickstart /etc/uci-defaults/09-quickstart && rm -f /etc/uci-defaults/09-quickstart fi + exit 0 fi endef