mirror of
https://github.com/casjaysdevdocker/caddy
synced 2026-08-09 02:01:14 -04:00
__pcheck, __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/zz-caddy.sh: remove stale local __pcheck/__pgrep definitions; defer to shared library - rootfs/usr/local/etc/docker/init.d/01-php-fpm.sh: remove stale local __pcheck/__pgrep definitions; defer to shared library rootfs/usr/local/bin/entrypoint.sh