From 5e8cf1f68560b37a6cba4dc1dfd1956e8ca06a80 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Mon, 24 Nov 2025 20:51:57 +0100 Subject: [PATCH] Initialize functions on core.func source Added function initialization call when sourcing core.func --- scripts/core/core.func | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scripts/core/core.func b/scripts/core/core.func index 8c2245d..35e00a4 100644 --- a/scripts/core/core.func +++ b/scripts/core/core.func @@ -1,4 +1,3 @@ - # Copyright (c) 2021-2025 community-scripts ORG # License: MIT | https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/LICENSE @@ -453,3 +452,6 @@ check_or_create_swap() { } trap 'stop_spinner' EXIT INT TERM + +# Initialize functions when core.func is sourced +load_functions