We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e10574e commit 72b3564Copy full SHA for 72b3564
ct/openwebui.sh
@@ -46,7 +46,9 @@ function update_script() {
46
cd ./backend
47
$STD pip install -r requirements.txt -U
48
cp -rf /opt/open-webui-backup/* /opt/open-webui/backend
49
- $STD git stash pop
+ if git stash list | grep -q 'stash@{'; then
50
+ $STD git stash pop
51
+ fi
52
systemctl start open-webui.service
53
msg_ok "Updated Successfully"
54
exit
0 commit comments