From 0fe4ff0b85761a91533a9d5205254a74321f5ff3 Mon Sep 17 00:00:00 2001 From: "ljf (zamentur)" Date: Tue, 19 Jul 2022 09:58:23 +0200 Subject: [PATCH] Update scripts/install --- scripts/install | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/install b/scripts/install index 01f5a8f..ae7878a 100755 --- a/scripts/install +++ b/scripts/install @@ -59,6 +59,14 @@ ynh_install_app_dependencies $pkg_dependencies #================================================= # SPECIFIC SETUP #================================================= +# SETUP SSOWAT +#================================================= +ynh_script_progression --message="Configuring permissions..." + +# We define the permission in advance to be able to use the group +# in unix permission +ynh_permission_create --permission="share" --allowed=all_users +#================================================= # CREATE DATA DIRECTORY #================================================= ynh_script_progression --message="Creating a data directory..." --weight=1