update 2024-12-11 14:11:34

This commit is contained in:
actions-user 2024-12-11 14:11:34 +08:00
parent b3e345cb3d
commit 751de95e80
2 changed files with 2 additions and 0 deletions

View File

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

View File

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