Commit 1474507
fix: properly quote CRITICAL_SERVICES in SSH env command
Fixes zsh glob expansion error when passing CRITICAL_SERVICES='[]' to
remote shell via SSH env command.
Error: 'zsh:1: no matches found: CRITICAL_SERVICES=[]'
Changed from single quotes to double quotes around $CRITICAL_SERVICES
to ensure proper quoting on the remote shell, preventing zsh from
attempting glob expansion on the square brackets.
Resolves docker-piwine-office run #20544294753 health check failure.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>1 parent b208790 commit 1474507
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
| |||
0 commit comments