Skip to content
Snippets Groups Projects
Commit cadcad24 authored by Bob Mottram's avatar Bob Mottram
Browse files

Permissions

parent e72ee994
No related branches found
No related tags found
No related merge requests found
......@@ -122,6 +122,7 @@ function upgrade_cryptpad {
cd $CRYPTPAD_DIR || exit 254
if [ -f $CRYPTPAD_DIR/config.js ]; then
mv $CRYPTPAD_DIR/config.js $CRYPTPAD_DIR/config/config.js
chown cryptpad:cryptpad $CRYPTPAD_DIR/config/config.js
fi
cryptpad_create_config
npm upgrade
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment