From a3205dbc72eec396c61f87c9f90992f795692227 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 07:25:08 +0900 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=82=D1=87=20=D0=BF=D0=BE=D1=80?= =?UTF-8?q?=D1=8F=D0=B4=D0=BA=D0=B0=20=D0=B7=D0=B0=D0=B3=D1=80=D1=83=D0=B7?= =?UTF-8?q?=D0=BA=D0=B8=20=D1=81=D1=83=D1=89=D0=B5=D1=81=D1=82=D0=B2=D1=83?= =?UTF-8?q?=D1=8E=D1=89=D0=B8=D1=85=20VM=20=D0=B1=D1=8B=D0=BB=20=D0=BF?= =?UTF-8?q?=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E=D1=87=D1=91=D0=BD=20=D0=BA=20?= =?UTF-8?q?=D1=83=D1=81=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D1=89=D0=B8=D0=BA?= =?UTF-8?q?=D1=83?= 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 c91efdc..a57cc6d 100644 --- a/scripts/install_web_panel.sh +++ b/scripts/install_web_panel.sh @@ -182,6 +182,11 @@ if [[ -f "${REPO_DIR}/scripts/patch_vm_boot_order.py" ]]; then else warn "patch_vm_boot_order.py не найден, порядок загрузки VM пропущен" fi +if [[ -f "${REPO_DIR}/scripts/patch_existing_vm_boot_order.py" ]]; then + run_logged "existing VM boot order patch применён" python3 "${REPO_DIR}/scripts/patch_existing_vm_boot_order.py" "${APP_DIR}/app.py" +else + warn "patch_existing_vm_boot_order.py не найден, порядок загрузки существующих VM пропущен" +fi if [[ -f "${REPO_DIR}/scripts/patch_disk_archives.py" ]]; then run_logged "disk archive import patch применён" python3 "${REPO_DIR}/scripts/patch_disk_archives.py" "${APP_DIR}/app.py" else