From c180d370f835ef0091ea2ffbc470f0ed9f850972 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:19:43 +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=20VM=20=D0=B1=D1=8B=D0=BB=20=D0=BF=D0=BE=D0=B4?= =?UTF-8?q?=D0=BA=D0=BB=D1=8E=D1=87=D1=91=D0=BD=20=D0=BA=20=D1=83=D1=81?= =?UTF-8?q?=D1=82=D0=B0=D0=BD=D0=BE=D0=B2=D1=89=D0=B8=D0=BA=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 b0e8ea3..c91efdc 100644 --- a/scripts/install_web_panel.sh +++ b/scripts/install_web_panel.sh @@ -177,6 +177,11 @@ if [[ -f "${REPO_DIR}/scripts/patch_disk_images.py" ]]; then else warn "patch_disk_images.py не найден, менеджер дисковых образов пропущен" fi +if [[ -f "${REPO_DIR}/scripts/patch_vm_boot_order.py" ]]; then + run_logged "VM boot order patch применён" python3 "${REPO_DIR}/scripts/patch_vm_boot_order.py" "${APP_DIR}/app.py" +else + warn "patch_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