From e0d149f03afd1af3916448bab0273abc7522556b Mon Sep 17 00:00:00 2001 From: Kirill Sobakin Date: Thu, 23 Oct 2025 16:39:41 +0300 Subject: [PATCH] fix --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index 22efa9a..17e6502 100755 --- a/install.sh +++ b/install.sh @@ -90,6 +90,7 @@ update_config() { mv /etc/config/podkop /etc/config/podkop-070 wget -O /etc/config/podkop https://raw.githubusercontent.com/itdoginfo/podkop/refs/heads/main/podkop/files/etc/config/podkop msg "Podkop config has been reset to default. Your old config saved in /etc/config/podkop-070" + break ;; *) msg "Exit"