Skip to content

Commit

Permalink
Do not show arrays content
Browse files Browse the repository at this point in the history
  • Loading branch information
alexbelgium authored Jan 28, 2025
1 parent 53b6d10 commit cb2a616
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .templates/00-global_var.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ for KEYS in "${arr[@]}"; do
VALUE=$(jq ."$KEYS" "${JSONSOURCE}")
# Check if the value is an array
if [[ "$VALUE" == \[* ]]; then
bashio::log.warning "$VALUE is an array, skipping"
bashio::log.warning "One of your option is an array, skipping"
else
# Continue for single values
VALUE="${VALUE//[\"\']/}"
Expand Down

0 comments on commit cb2a616

Please sign in to comment.