From 8194e7c4c6a248ee9a5cd5ae08f9403078661dd1 Mon Sep 17 00:00:00 2001 From: vernesong <42875168+vernesong@users.noreply.github.com> Date: Tue, 3 Dec 2024 13:19:01 +0800 Subject: [PATCH] 0.46.057 --- luci-app-openclash/Makefile | 2 +- luci-app-openclash/luasrc/controller/openclash.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/luci-app-openclash/Makefile b/luci-app-openclash/Makefile index e8fa311932..d3a8c88030 100644 --- a/luci-app-openclash/Makefile +++ b/luci-app-openclash/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-openclash -PKG_VERSION:=0.46.056 +PKG_VERSION:=0.46.057 PKG_MAINTAINER:=vernesong PKG_BUILD_DIR:=$(BUILD_DIR)/$(PKG_NAME) diff --git a/luci-app-openclash/luasrc/controller/openclash.lua b/luci-app-openclash/luasrc/controller/openclash.lua index d9b5c83eaa..36bf3aa622 100644 --- a/luci-app-openclash/luasrc/controller/openclash.lua +++ b/luci-app-openclash/luasrc/controller/openclash.lua @@ -203,7 +203,7 @@ local function startlog() return line_trans end -local funciton pkg_type() +local function pkg_type() if fs.access("/usr/bin/apk") then return "apk" else