8f340c211b884adb773774f561b01d1b77544549
((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>
Description
No description provided
Languages
Go
66.8%
HTML
22.8%
Shell
5.7%
CSS
4.3%
Dockerfile
0.2%
Other
0.2%