From 59e394c4f2d7f0258279ed3f9fe191efa4676a5b Mon Sep 17 00:00:00 2001 From: itdoginfo Date: Wed, 21 May 2025 14:16:16 +0300 Subject: [PATCH] v0.4.1 JS refactoring --- luci-app-podkop/Makefile | 2 +- podkop/Makefile | 2 +- podkop/files/usr/bin/podkop | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/luci-app-podkop/Makefile b/luci-app-podkop/Makefile index 8cae21b..8275887 100644 --- a/luci-app-podkop/Makefile +++ b/luci-app-podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=luci-app-podkop -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.4.1 PKG_RELEASE:=1 LUCI_TITLE:=LuCI podkop app diff --git a/podkop/Makefile b/podkop/Makefile index 6d162d4..4c6fe46 100644 --- a/podkop/Makefile +++ b/podkop/Makefile @@ -1,7 +1,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=podkop -PKG_VERSION:=0.4.0 +PKG_VERSION:=0.4.1 PKG_RELEASE:=1 PKG_MAINTAINER:=ITDog diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index 43789ea..26102ad 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -1886,7 +1886,7 @@ check_nft() { # Check if table exists if ! nft list table inet PodkopTable >/dev/null 2>&1; then - nolog "PodkopTable not found" + nolog "❌ PodkopTable not found" return 1 fi