Update temp.inc.sh

This commit is contained in:
2023-12-14 18:42:40 -06:00
parent ee376b12f5
commit d764a31737

View File

@@ -526,7 +526,7 @@ DAILYTEMP(){
[ "${temp_c}" != "null" ] && [ "${temp_c}" != "" ] && echo
done
}
function print_array {
print_array {
# eval string into a new associative array
eval "declare -A func_assoc_array="${1#*=}
# proof that array was successfully created