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
I have a template with a bunch of .sh files that have the executable bit set (chmod +x *.sh). If I edit a file in the template editor (Web UI), all the .sh files lose their executable bit (chmod -x *.sh).
We should keep the executable bit when making changes in the Web UI.