From 33cf7a8104a274a6f8dfa60833b663f78d0441df Mon Sep 17 00:00:00 2001 From: frju365 Date: Sat, 5 Jan 2019 20:54:25 +0100 Subject: [PATCH] Update install --- scripts/install | 8 -------- 1 file changed, 8 deletions(-) diff --git a/scripts/install b/scripts/install index 808cc4d..870ebf9 100644 --- a/scripts/install +++ b/scripts/install @@ -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 #=================================================