Files
php/rootfs/usr
jason d0865c5564
php / release-php (push) Failing after 14m22s
php-8 / release-php-8 (push) Failing after 14m31s
php-7 / release-php-7 (push) Failing after 14m42s
🐛 Fix duplicate 2>/dev/null in entrypoint.sh /etc/hosts line 🐛
The grep -vF line that appends /usr/local/etc/hosts entries had a
duplicate 2>/dev/null redirect after the append operator, which is
a no-op but clutters the script. Synced from template.
- rootfs/usr/local/bin/entrypoint.sh: remove duplicate 2>/dev/null
from grep -vF /etc/hosts append line; bump version to 202606261500-git

rootfs/usr/local/bin/entrypoint.sh
2026-06-26 18:44:50 -04:00
..