mirror of
https://github.com/brues-code/pfUI.git
synced 2026-09-24 00:26:55 +00:00
ef94f90876
Wrapping the version-check block in a do…end indented every constant by two spaces, so the sed pattern's ^local anchor stopped matching and the followup grep returned exit 1, killing the step under bash -e. Captures the leading whitespace into \1 so the indent is preserved through the substitution, and matches the two-space alignment between LATEST and = so we don't accidentally hit LATEST_URL on the line below.