admin 8f340c211b fix(docker-setup): avoid set -e trap in FileBrowser mount discovery
((found_mounts++)) with found_mounts=0 evaluates the post-increment
expression to 0, which bash treats as exit code 1 under set -e,
silently killing the script on the first mount discovered.

Use arithmetic assignment instead to avoid the zero-exit trap.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-02-22 11:32:24 +01:00
2026-02-16 13:28:03 +01:00
2026-02-18 08:36:12 +01:00
2026-02-20 11:09:52 +01:00
S
Description
No description provided
93 MiB
Languages
Go 84.4%
HTML 10.9%
Shell 2.1%
CSS 1.8%
Python 0.6%
Other 0.1%