1
0
mirror of https://github.com/community-scripts/ProxmoxVE.git synced 2025-04-22 06:18:06 +00:00

Fix openwebui update script when backup directory already exists (#3213)

This commit is contained in:
Christoph Kieslich 2025-03-18 13:15:23 +01:00 committed by GitHub
parent f65cf8cf9e
commit cd05313ac2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ function update_script() {
fi
msg_info "Updating ${APP} (Patience)"
cd /opt/open-webui
mkdir /opt/open-webui-backup
mkdir -p /opt/open-webui-backup
cp -rf /opt/open-webui/backend/data /opt/open-webui-backup
git add -A
$STD git stash