From df2d64411fe3c0635c69ce913032642f04b71fee Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=92=D0=B8=D0=BA=D1=82=D0=BE=D1=80?= <78488229+viktor138irk@users.noreply.github.com> Date: Thu, 7 May 2026 03:16:36 +0900 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87?= =?UTF-8?q?=D0=B8=D1=82=D1=8C=20=D0=B4=D0=B8=D0=B0=D0=B3=D0=BD=D0=BE=D1=81?= =?UTF-8?q?=D1=82=D0=B8=D0=BA=D1=83=20=D0=BF=D1=83=D1=81=D1=82=D1=8B=D1=85?= =?UTF-8?q?=20DHCP=20leases?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/install_web_panel.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/scripts/install_web_panel.sh b/scripts/install_web_panel.sh index f6719c9..70467f3 100644 --- a/scripts/install_web_panel.sh +++ b/scripts/install_web_panel.sh @@ -166,6 +166,11 @@ if [[ -f "${REPO_DIR}/scripts/patch_upload_compat.py" ]]; then else warn "patch_upload_compat.py не найден, совместимость загрузки файлов пропущена" fi +if [[ -f "${REPO_DIR}/scripts/patch_dhcp_leases_empty.py" ]]; then + run_logged "DHCP leases empty-state patch применён" python3 "${REPO_DIR}/scripts/patch_dhcp_leases_empty.py" "${APP_DIR}/app.py" +else + warn "patch_dhcp_leases_empty.py не найден, диагностика DHCP leases пропущена" +fi if [[ -f "${REPO_DIR}/scripts/patch_network_diagnostics.py" ]]; then run_logged "network diagnostics patch применён" python3 "${REPO_DIR}/scripts/patch_network_diagnostics.py" "${APP_DIR}/app.py" else