mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 17:28:31 +00:00
persist gramps-web configuration file after update (#15394)
This commit is contained in:
parent
37bcddd847
commit
10c8ad6f28
1 changed files with 5 additions and 0 deletions
|
|
@ -85,8 +85,13 @@ function update_script() {
|
|||
cd /opt/gramps-web/frontend
|
||||
export COREPACK_ENABLE_DOWNLOAD_PROMPT=0
|
||||
|
||||
create_backup /opt/gramps-web/frontend/dist/config.js
|
||||
|
||||
$STD npm install
|
||||
$STD npm run build
|
||||
|
||||
restore_backup
|
||||
|
||||
msg_ok "Updated Gramps Web Frontend"
|
||||
|
||||
msg_info "Starting Service"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue