move config back in place

This commit is contained in:
tremor021 2025-03-17 15:07:45 +01:00
parent 3eb6dfcb83
commit 8a342dee80

View File

@ -46,6 +46,7 @@ function update_script() {
$STD npm ci $STD npm ci
$STD npm run install:components $STD npm run install:components
$STD npm run build $STD npm run build
cp -f /opt/config.js /opt/cryptpad/config/config.js
echo "${RELEASE}" >/opt/${APP}_version.txt echo "${RELEASE}" >/opt/${APP}_version.txt
msg_ok "Updated $APP to ${RELEASE}" msg_ok "Updated $APP to ${RELEASE}"