Update 99-run.sh

This commit is contained in:
Alexandre
2023-06-04 08:18:29 +02:00
committed by GitHub
parent 2244f4c8c2
commit 98c0748c86

View File

@@ -49,7 +49,8 @@ cd /data || true
# Fetch commands
CMD_ARGUMENTS="$(bashio::config "CMD_ARGUMENTS")"
IFS=';'
read -ar strarr <<< "$CMD_ARGUMENTS"
# Shellcheck disable=SC2162
read -a strarr <<< "$CMD_ARGUMENTS"
# Sanitizes commands
trim() {