mirror of
https://github.com/open-webui/open-webui.git
synced 2026-03-22 06:02:06 -05:00
[PR #8145] [MERGED] fix: Add execute permissions to update_ollama_models.sh #8961
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/open-webui/open-webui/pull/8145
Author: @bernadinm
Created: 12/27/2024
Status: ✅ Merged
Merged: 12/28/2024
Merged by: @tjbck
Base:
dev← Head:fix/modified_update_ollama_models.sh📝 Commits (1)
3f0dd80fix: chmod +x update_ollama_models.sh📊 Changes
1 file changed (+0 additions, -0 deletions)
View changed files
📝
update_ollama_models.sh(+0 -0)📄 Description
Pull Request Checklist
Note to first-time contributors: Please open a discussion post in Discussions and describe your changes before submitting a pull request.
Before submitting, make sure you've checked the following:
devbranch.Changelog Entry
Description
make updatecommand by adding execute permissions to the update_ollama_models.sh script. Previously, the script would fail when runningmake updatedue to missing execute permissions.Added
Changed
Before:
After:
Fixed
make updatecommand now works properly without permission errorsAdditional Information
make updatewould fail due to missing execute permissions on the update_ollama_models.sh script🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.