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