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