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 #=================================================