From 577bab0f4b5761534f1b23d05c52a14eceda1f17 Mon Sep 17 00:00:00 2001 From: CanbiZ <47820557+MickLesk@users.noreply.github.com> Date: Wed, 7 May 2025 13:53:37 +0200 Subject: [PATCH] Update core.func --- misc/core.func | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/misc/core.func b/misc/core.func index bb87374..053a716 100644 --- a/misc/core.func +++ b/misc/core.func @@ -1,12 +1,14 @@ # Copyright (c) 2021-2025 community-scripts ORG # License: MIT | https://raw.githubusercontent.com/community-scripts/ProxmoxVED/main/LICENSE +[[ -n "${_CORE_FUNC_LOADED:-}" ]] && return +_CORE_FUNC_LOADED=1 + load_functions() { [[ -n "${__FUNCTIONS_LOADED:-}" ]] && return __FUNCTIONS_LOADED=1 color # add more - } # This function sets various color variables using ANSI escape codes for formatting text in the terminal.