mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2025-09-11 01:44:38 +00:00
fix openwebui install/update scripts (#6093)
This commit is contained in:
parent
c2c2e4030e
commit
ccdf6a4aec
2 changed files with 2 additions and 2 deletions
|
@ -57,7 +57,7 @@ function update_script() {
|
|||
exit
|
||||
fi
|
||||
systemctl stop open-webui.service
|
||||
$STD npm install
|
||||
$STD npm install --force
|
||||
export NODE_OPTIONS="--max-old-space-size=3584"
|
||||
$STD npm run build
|
||||
cd ./backend
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue