diff --git a/vm-systemd/bind-dirs.sh b/vm-systemd/bind-dirs.sh index 9a6b393..33ffd95 100755 --- a/vm-systemd/bind-dirs.sh +++ b/vm-systemd/bind-dirs.sh @@ -55,7 +55,7 @@ bind_dirs() { ## ro: read-only ## rw: read-write - for fso_ro in ${binds[@]}; do + for fso_ro in "${binds[@]}"; do local symlink_level_counter symlink_level_counter="0"