Files
caddy/rootfs/usr
jason 05b9ead706
caddy / release-caddy (push) Failing after 1m19s
🐛 Remove stale local function definitions from init.d script 🐛
__pcheck and __pgrep were locally defined in init.d scripts before they
were added to the shared docker-entrypoint functions library. These local
copies shadow the improved library versions and prevent library updates
from taking effect.
- rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh: remove stale local __pcheck/__pgrep definitions and their intro comment; defer to shared library

rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh
rootfs/usr/local/etc/docker/init.d/zz-caddy.sh
2026-06-26 18:47:23 -04:00
..