From 88379efac9876cc686995d0cf7cd2ddf0d6aadd9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Sun, 13 Aug 2023 12:51:17 +0200 Subject: [PATCH] fix --- manifest.toml | 3 +++ scripts/install | 11 ----------- 2 files changed, 3 insertions(+), 11 deletions(-) diff --git a/manifest.toml b/manifest.toml index ed95980..8a94f8c 100644 --- a/manifest.toml +++ b/manifest.toml @@ -44,6 +44,9 @@ ram.runtime = "50M" subdirs = ["share"] [resources.permissions] + share.url = "/" + share.show_tile = false + share.allowed = "all_users" [resources.apt] packages = ["samba"] \ No newline at end of file diff --git a/scripts/install b/scripts/install index b6c6b9a..3c2b913 100755 --- a/scripts/install +++ b/scripts/install @@ -19,17 +19,6 @@ ynh_app_setting_set --app=$app --key=advanced --value=0 ynh_app_setting_set --app=$app --key=readonly_dir --value='' ynh_app_setting_set --app=$app --key=unbrowseable --value='' -#================================================= -# SPECIFIC SETUP -#================================================= -# SETUP SSOWAT -#================================================= -#REMOVEME? ynh_script_progression --message="Configuring permissions..." - -# We define the permission in advance to be able to use the group -# in unix permission -#REMOVEME? ynh_permission_create --permission="share" --allowed=all_users - #================================================= # CREATE DATA DIRECTORY #=================================================