From ff5e0ab932900ca81b2c9218d5a66e1a43b8377e 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 09:11:48 +0900 Subject: [PATCH] =?UTF-8?q?=D0=9F=D0=B0=D1=82=D1=87=D0=B5=D1=80=20=D0=B0?= =?UTF-8?q?=D0=B2=D1=82=D0=BE=D0=B7=D0=B0=D0=BF=D1=83=D1=81=D0=BA=D0=B0=20?= =?UTF-8?q?VM=20=D0=B1=D1=8B=D0=BB=20=D0=BF=D0=BE=D0=B4=D0=BA=D0=BB=D1=8E?= =?UTF-8?q?=D1=87=D1=91=D0=BD=20=D0=BA=20=D1=83=D1=81=D1=82=D0=B0=D0=BD?= =?UTF-8?q?=D0=BE=D0=B2=D0=BA=D0=B5?= 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 94d3de2..457d1e5 100644 --- a/scripts/install_web_panel.sh +++ b/scripts/install_web_panel.sh @@ -252,6 +252,11 @@ if [[ -f "${REPO_DIR}/scripts/patch_live_status.py" ]]; then else warn "patch_live_status.py не найден, live-статусы пропущены" fi +if [[ -f "${REPO_DIR}/scripts/patch_vm_autostart.py" ]]; then + run_logged "VM autostart patch применён" python3 "${REPO_DIR}/scripts/patch_vm_autostart.py" "${APP_DIR}/app.py" +else + warn "patch_vm_autostart.py не найден, нормализация автозапуска VM пропущена" +fi run_logged "Конфиг профиля доступен web-панели" mkdir -p "$PROFILE_DIR" if [[ -f "$PROFILE_FILE" ]]; then ok "Профиль уже сохранён: $PROFILE_FILE"