Initialize functions on core.func source
Added function initialization call when sourcing core.func
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
|
|
||||||
# Copyright (c) 2021-2025 community-scripts ORG
|
# Copyright (c) 2021-2025 community-scripts ORG
|
||||||
# License: MIT | https://raw.githubusercontent.com/community-scripts/ProxmoxVE/main/LICENSE
|
# 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
|
trap 'stop_spinner' EXIT INT TERM
|
||||||
|
|
||||||
|
# Initialize functions when core.func is sourced
|
||||||
|
load_functions
|
||||||
|
|||||||
Reference in New Issue
Block a user