mirror of
https://github.com/community-scripts/ProxmoxVED.git
synced 2026-02-25 05:57:26 +00:00
Update build.func
This commit is contained in:
@@ -119,10 +119,11 @@ stop_spinner() {
|
||||
SPINNER_ACTIVE=0
|
||||
}
|
||||
|
||||
declare -A MSG_INFO_SHOWN
|
||||
|
||||
msg_info() {
|
||||
local msg="$1"
|
||||
if ! declare -p MSG_INFO_SHOWN &>/dev/null; then
|
||||
declare -gA MSG_INFO_SHOWN
|
||||
fi
|
||||
if [[ -n "${MSG_INFO_SHOWN["$msg"]}" ]]; then
|
||||
return
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user