Commit Graph
4 Commits
Author SHA1 Message Date
casjay d4aba79607 🐛 Fix entrypoint crash on __setup_mta ssmtp failure 🐛
__setup_mta calls __find_replace on /etc/ssmtp/revaliases which returns
1 when the symlink it creates is broken. With set -o pipefail active the
non-zero return kills the entire entrypoint before any command can run.
ssmtp is not installed in this image and email delivery is not a feature
of this image, so the MTA setup failure is irrelevant. Guard the call
with || true so initialization continues regardless.
- rootfs/usr/local/bin/entrypoint.sh: __setup_mta || true (non-fatal)

rootfs/usr/local/bin/entrypoint.sh
2026-06-27 19:19:04 -04:00
casjay df09637816 Added: rootfs/usr/local/etc/resolv.conf
Added: rootfs/usr/local/etc/resolv.conf
2026-06-26 15:46:54 -04:00
casjay 81f6ad4200 Added: rootfs/usr/local/etc/docker/functions/entrypoint.sh
Added: rootfs/usr/local/etc/docker/functions/entrypoint.sh
2026-06-26 15:46:53 -04:00
casjay 780d4d8ecc 🦈🏠🐜 Initial Commit 🐜🦈🏠 2026-06-26 15:30:48 -04:00