From 6e53e130b157bc24d60003b56857a53eb24bdae1 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 26 May 2025 13:47:47 +0200 Subject: [PATCH] Update vm-core.func --- misc/vm-core.func | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/vm-core.func b/misc/vm-core.func index 520caf0..406b9dd 100644 --- a/misc/vm-core.func +++ b/misc/vm-core.func @@ -20,6 +20,7 @@ load_functions() { color formatting icons + set_std_mode get_valid_nextid cleanup_vmid cleanup @@ -27,7 +28,6 @@ load_functions() { pve_check arch_check ssh_check - set_std_mode # add more }