Improved quoting consistency throughout the script: - Array subscripts now quoted: DEVICE_TO_BAY["$device"]="$bay" - Command substitution quoted: all_bays="$(cmd)" - Function arguments already fixed in earlier commits Most variable assignments were already properly quoted. The remaining unquoted uses (like 'for x in $var') are intentional for word-splitting on whitespace-separated lists. Fixes: #22 Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
43 KiB
43 KiB