mirror of
https://github.com/kiddin9/op-packages.git
synced 2026-07-27 10:31:38 +08:00
🎁 Sync 2026-04-13 03:49:01
This commit is contained in:
parent
8382565a27
commit
804bdadac6
@ -9,7 +9,7 @@ LUCI_TITLE:=dynv6 ddns script
|
||||
LUCI_DEPENDS:= +luci-compat
|
||||
|
||||
PKG_VERSION:=1.0.0
|
||||
PKG_RELEASE:=4
|
||||
PKG_RELEASE:=5
|
||||
PKG_MAINTAINER:=luochongjun <luochongjun@gl-inet.com>
|
||||
|
||||
define Package/luci-app-dynv6/postinst
|
||||
|
||||
@ -1,3 +1,4 @@
|
||||
#!/bin/sh
|
||||
[ ! -f "/usr/share/ucitrack/luci-app-get.json" ] && {
|
||||
cat > /usr/share/ucitrack/luci-app-get.json << EEOF
|
||||
{
|
||||
@ -6,7 +7,6 @@
|
||||
}
|
||||
EEOF
|
||||
}
|
||||
#!/bin/sh
|
||||
|
||||
uci -q get ucitrack.@dynv6[0] || uci add ucitrack dynv6
|
||||
uci set ucitrack.@dynv6[0]=dynv6
|
||||
|
||||
Loading…
Reference in New Issue
Block a user