From 123c85ef21ee19ce9ee30068a657ef3eb770acd5 Mon Sep 17 00:00:00 2001 From: "a.chernenko" Date: Wed, 19 Nov 2025 12:49:00 +1000 Subject: [PATCH] =?UTF-8?q?=D0=9E=D1=88=D0=B8=D0=B1=D0=BA=D0=B0,=20=D0=BF?= =?UTF-8?q?=D0=B5=D1=80=D0=B5=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=20bird2?= =?UTF-8?q?=20=D0=B2=20=D1=86=D0=B8=D0=BA=D0=BB=D0=B5.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- download.py | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/download.py b/download.py index 706920c..33acfef 100755 --- a/download.py +++ b/download.py @@ -196,8 +196,6 @@ if __name__ == "__main__": if os.path.exists(ipv4_out_file) and os.path.getsize(ipv4_out_file) != 0: print(f"Новый файл выгрузки ipv4 премененён") os.replace(ipv4_out_file, ipv4_out_file.removesuffix(".tmp")) - # bird2 reload - os.system("systemctl reload bird.service") # сохраняем ipv6 if ipv6_list: # собираем комьюнити маршрутов @@ -212,6 +210,6 @@ if __name__ == "__main__": if os.path.exists(ipv6_out_file) and os.path.getsize(ipv6_out_file) != 0: print(f"Новый файл выгрузки ipv6 премененён") os.replace(ipv6_out_file, ipv6_out_file.removesuffix(".tmp")) - # bird2 reload - os.system("systemctl reload bird.service") print("") + # bird2 reload + os.system("systemctl reload bird.service")