From 6362b10438b9cac38d2c15e61241c30789940b29 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Wed, 3 Apr 2019 02:56:03 +0200 Subject: [PATCH] remove not needed --- scripts/install | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index c7729bc..5f69fa8 100644 --- a/scripts/install +++ b/scripts/install @@ -133,16 +133,13 @@ ynh_print_info "Create the data directory..." # Define app's data directory datadir="/home/yunohost.app/${app}/storage" + # Create app folders mkdir -p "$datadir" - # Give permission to the datadir chown -R "$app":"$app" "$datadir" -# Set right permissions for the app -chown -R "$app":"$app" "$datadir" - #================================================= # BUILD YARN DEPENDENCIES #=================================================