mirror of
https://github.com/casjaysdevdocker/xfce4
synced 2026-07-14 05:45:53 -04:00
623d92cec9
xfce4 / release-xfce4 (push) Failing after 1m9s
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