From fd896e8f287297f35ea19ff01b4886a66ec3785d Mon Sep 17 00:00:00 2001 From: Snowy-Fluffy Date: Sat, 21 Jun 2025 13:59:01 +0300 Subject: [PATCH] bug fx --- zapret-control.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zapret-control.sh b/zapret-control.sh index f0dc749..e8bf74f 100755 --- a/zapret-control.sh +++ b/zapret-control.sh @@ -686,7 +686,7 @@ update_zapret_menu(){ update_zapret() { if [[ -d /opt/zapret ]]; then - cd /opt/zapret && git fetch origin main; git reset --hard origin/main + cd /opt/zapret && git fetch origin master; git reset --hard origin/master fi if [[ -d /opt/zapret/zapret.cfgs ]]; then cd /opt/zapret/zapret.cfgs && git fetch origin main; git reset --hard origin/main