From e3fe97847b907e6bf6beae9749efe832547e1404 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 10 Sep 2021 08:40:04 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 897f30e..2ef3c9b 100644 --- a/scripts/install +++ b/scripts/install @@ -115,7 +115,7 @@ ynh_script_progression --message="Creating the data directory..." --weight=1 data_path=/home/yunohost.app/$app ynh_app_setting_set --app=$app --key=data_path --value=$data_path -mkdir -p $datadir +mkdir -p $data_path chmod 750 "$data_path" chmod -R o-rwx "$data_path"