Update README files..

This commit is contained in:
2023-12-18 00:12:50 +01:00
parent 56df88d4f5
commit ea629fd5a1
2 changed files with 18 additions and 0 deletions

View File

@ -27,6 +27,16 @@ cp -a cryptpad cryptpad.CURRENT
#
cp cryptpad.BAK.${backup_date}/config/config.js cryptpad/config/config.js
# Instanzkonfiguration
#
# Note:
# some settings cannot be changed once user accounts have been created.
#
cp cryptpad.BAK.${backup_date}/customize/application_config.js cryptpad/customize/application_config.js
# Copy user data
#
for i in blob blobstage block datastore ; do
echo""