diff --git a/ct/cryptpad.sh b/ct/cryptpad.sh index 1911e51..68a8877 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}"