mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-04-28 03:40:03 +00:00
Refactor: Ghostfolio (#13990)
This commit is contained in:
parent
562ae12972
commit
6ca9569dc3
2 changed files with 3 additions and 15 deletions
|
|
@ -47,6 +47,7 @@ function update_script() {
|
|||
|
||||
msg_info "Updating Ghostfolio"
|
||||
mv /opt/env.backup /opt/ghostfolio/.env
|
||||
sed -i -E '/^DATABASE_URL=/ s/[?&]sslmode=prefer//g' /opt/ghostfolio/.env
|
||||
cd /opt/ghostfolio
|
||||
$STD npm ci
|
||||
$STD npm run build:production
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue