fix(dc-ops): ensure proper quoting in script #1

Merged
smark merged 1 commit from :quote into main 2023-12-18 10:05:53 +00:00

1 commit

Author SHA1 Message Date
208eed8048 fix(dc-ops): ensure proper quoting in script
- Quote variables in `dirname` to prevent word splitting
- Use quotes around `$LINE` in `grep` to handle spaces
- Quote `cd` paths to handle directories with spaces
- Quote `docker compose` file argument to handle file names with spaces
🤖
2023-12-18 10:58:13 +01:00