You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hotfix: the update agent's systemd unit exec'd pitun-update.sh directly, but
scripts ship non-executable (100644) and a source re-extraction on update
drops +x — so the next update failed with status=203/EXEC and the UI Update
button went dead. The unit now runs the script via bash, and pitun-update.sh
is tracked executable so extraction preserves the bit.
0 commit comments