mirror of
https://github.com/coollabsio/coolify.git
synced 2025-12-28 05:34:50 +00:00
Fixes issue #7346 where proxy startup failed on non-root servers due to bash syntax errors when control structure keywords like 'for', 'do', 'done', 'break', and 'continue' were being prefixed with 'sudo'. Added comprehensive exclusion list including for/while/until/case/select loops, conditionals (if/then/else/elif/fi), and loop control keywords (break/continue). Also excludes comment lines starting with '#'. All 37 unit tests pass, including new tests for each bash control structure. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| cache | ||
| helpers | ||
| app.php | ||
| getHelperVersion.php | ||
| getRealtimeVersion.php | ||
| getVersion.php | ||
| includeHelpers.php | ||