diff --git a/scripts/install_web_panel.sh b/scripts/install_web_panel.sh index a57cc6d..54a8d06 100644 --- a/scripts/install_web_panel.sh +++ b/scripts/install_web_panel.sh @@ -187,6 +187,11 @@ if [[ -f "${REPO_DIR}/scripts/patch_existing_vm_boot_order.py" ]]; then else warn "patch_existing_vm_boot_order.py не найден, порядок загрузки существующих VM пропущен" fi +if [[ -f "${REPO_DIR}/scripts/patch_existing_vm_iso_mount.py" ]]; then + run_logged "existing VM ISO mount patch применён" python3 "${REPO_DIR}/scripts/patch_existing_vm_iso_mount.py" "${APP_DIR}/app.py" +else + warn "patch_existing_vm_iso_mount.py не найден, монтирование ISO в 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