From 7a497f1e318b7e7181ea354e0437aee5da4a844a Mon Sep 17 00:00:00 2001 From: Andrey Petelin Date: Tue, 25 Nov 2025 17:05:25 +0500 Subject: [PATCH] fix: reload PODKOP_CONFIG after uci commit to refresh config on shutdown --- podkop/files/usr/bin/podkop | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/podkop/files/usr/bin/podkop b/podkop/files/usr/bin/podkop index 1957891..66581a6 100755 --- a/podkop/files/usr/bin/podkop +++ b/podkop/files/usr/bin/podkop @@ -190,7 +190,7 @@ stop() { /etc/init.d/sing-box stop uci_set "podkop" "settings" "shutdown_correctly" 1 - uci commit "podkop" + uci commit "podkop" && config_load "$PODKOP_CONFIG" } reload() {