xiaorouji 2023-09-02 18:52:05 +08:00 committed by sbwml
parent bebaa79f23
commit ce2e94d2e5
2 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@
include $(TOPDIR)/rules.mk
PKG_NAME:=luci-app-passwall
PKG_VERSION:=4.69-2
PKG_VERSION:=4.69-3
PKG_RELEASE:=
PKG_CONFIG_DEPENDS:= \

View File

@ -897,7 +897,7 @@ local function truncate_nodes(add_from)
end
config.set(config)
else
if config.currentNode.add_mode == "2" then
if config.currentNode and config.currentNode.add_mode == "2" then
if add_from then
if config.currentNode.add_from and config.currentNode.add_from == add_from then
config.set(config, "nil")