From 10c8ad6f28b2c393c8ac9e87b54c18ca24ece3bd Mon Sep 17 00:00:00 2001 From: operfesium <254338826+operfesium@users.noreply.github.com> Date: Fri, 26 Jun 2026 00:16:04 +0300 Subject: [PATCH] persist gramps-web configuration file after update (#15394) --- ct/gramps-web.sh | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/ct/gramps-web.sh b/ct/gramps-web.sh index 04c369452..ad6529a5a 100644 --- a/ct/gramps-web.sh +++ b/ct/gramps-web.sh @@ -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"