Initialize functions on core.func source

Added function initialization call when sourcing core.func
This commit is contained in:
CanbiZ
2025-11-24 20:51:57 +01:00
committed by GitHub
parent eccad85f91
commit 5e8cf1f685

View File

@@ -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