github open-webui/open-terminal v0.11.29

5 hours ago

Fixed

  • 🔒 File save fails in multi-user mode_chown() transferred file ownership to the provisioned user but didn't set group-write permission, leaving files at 644. The server process (a group member) could create new files but couldn't overwrite them on subsequent saves, returning PermissionError. Now sets chmod g+w after chown, matching the 2770 treatment already applied to directories. (#93)

Don't miss a new open-terminal release

NewReleases is sending notifications on new releases.