persist gramps-web configuration file after update (#15394)

This commit is contained in:
operfesium
2026-06-26 00:16:04 +03:00
committed by GitHub
parent 37bcddd847
commit 10c8ad6f28
+5
View File
@@ -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"