From 41bf3f0792e5eb3a8dbbd456afcf2399111dd5d7 Mon Sep 17 00:00:00 2001 From: AltGrF13 Date: Sun, 5 Jan 2025 22:00:30 +0300 Subject: [PATCH] =?UTF-8?q?#234=20=D1=8D=D1=82=D0=BE=20=D0=B4=D0=B8=D1=80?= =?UTF-8?q?=D0=B5=D0=BA=D1=82=D0=BE=D1=80=D0=B8=D0=B8!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- opt/bin/main/setup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/opt/bin/main/setup b/opt/bin/main/setup index 55ca511a..3ac7e6e1 100644 --- a/opt/bin/main/setup +++ b/opt/bin/main/setup @@ -282,7 +282,7 @@ rm_package_files(){ ready 'Удаляем архивные копии пакета Квас' && { find /opt ! -path "/opt/packages/*" ! -path "/opt/lib/opkg/*" -name '*kvas*' ! -regex '.*/kvas[a-zA-Z].*' -exec rm -rf {} + - rm_file /opt/tmp/adblock + rm_dir /opt/tmp/adblock rm_file /opt/etc/inface_equals rm_file /opt/etc/kvas.conf rm_file /opt/etc/kvas.list @@ -308,7 +308,7 @@ rm_package_files(){ rm_file /opt/etc/cron.5mins/check_vpn rm_file /opt/etc/dnsmasq.d/kvas.dnsmasq - rm_file /opt/etc/adblock + rm_dir /opt/etc/adblock rm_file /opt/bin/kvas @@ -465,8 +465,8 @@ rm_previous_version_files() { # текущие, создадутся позже rm_file /opt/etc/dnsmasq.d/kvas.dnsmasq - rm_file /opt/etc/adblock - rm_file /opt/tmp/adblock + rm_dir /opt/etc/adblock + rm_dir /opt/tmp/adblock # исторические rm_file /opt/etc/ads_exception.list rm_file /opt/etc/hosts.list