Files
ss-tools/docker
busya e2a473aa98 fix: prevent set -e from killing entrypoint on DB detection
The python3 DB detection script exits with code 1 (empty) or 2 (legacy),
but entrypoint has set -e which kills the script on any non-zero exit.
Fixed by using '|| _db_state=$?' pattern to safely capture exit code
without triggering set -e.
2026-05-26 20:15:32 +03:00
..
2026-05-26 09:30:41 +03:00
2026-05-26 09:30:41 +03:00
2026-05-20 09:59:03 +03:00
2026-05-20 09:59:03 +03:00