From 8a342dee80ad2870ad0b738be259a5d00442da29 Mon Sep 17 00:00:00 2001 From: tremor021 Date: Mon, 17 Mar 2025 15:07:45 +0100 Subject: [PATCH] move config back in place --- ct/cryptpad.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/ct/cryptpad.sh b/ct/cryptpad.sh index 1911e518e..68a887792 100644 --- a/ct/cryptpad.sh +++ b/ct/cryptpad.sh @@ -46,6 +46,7 @@ function update_script() { $STD npm ci $STD npm run install:components $STD npm run build + cp -f /opt/config.js /opt/cryptpad/config/config.js echo "${RELEASE}" >/opt/${APP}_version.txt msg_ok "Updated $APP to ${RELEASE}"