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