Bugs primarily caused by the confusion between space-separated vars and arrays

This commit is contained in:
Kenneth Jiang
2022-08-13 20:53:37 -07:00
parent 7837a78c4b
commit 8d284179d8
2 changed files with 10 additions and 7 deletions

View File

@@ -771,7 +771,7 @@ function get_config_folders() {
instance_names=$(get_multi_instance_names)
if [[ -n ${instance_names} ]]; then
for name in "${instance_names}"; do
for name in ${instance_names}; do
###
# by KIAUH convention, all instance names of only numbers
# need to be prefixed with 'printer_'