Had to add the global option to LOG_WATCH_VARS

This commit is contained in:
Tristan Ancelet 2024-06-01 19:06:35 -05:00
parent d524d0aabf
commit 308063a3bf

View File

@ -4,7 +4,7 @@
# [$FUNCNAME]="string of varnames"
#
# It will keep track of vars seperately of each function that log will be used with
declare -A LOG_WATCH_VARS
declare -g -A LOG_WATCH_VARS
######################