1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/cryptpad_ynh.git synced 2024-09-03 18:26:14 +02:00

Update install

This commit is contained in:
frju365 2019-01-05 20:54:25 +01:00 committed by GitHub
parent a464ba1d09
commit 33cf7a8104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -144,14 +144,6 @@ cp $final_path/config.js $final_path/config.example
# Store file checksum to detected user modifications on upgrade
ynh_store_file_checksum "$final_path/config.js"
#=================================================
# SET FILES OWNERSHIP
#=================================================
chown -R root: $final_path
mkdir $final_path/datastore $final_path/pins $final_path/blob $final_path/blobstage
chown -R $app:$app $final_path/datastore $final_path/pins $final_path/blob $final_path/blobstage
#=================================================
# START CRYPTPAD IN BACKGROUND
#=================================================