From 32725238036b8c5e40b49492a939d14c93b56e7f Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Thu, 5 May 2022 19:05:08 +0200 Subject: [PATCH] Update install --- scripts/install | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/scripts/install b/scripts/install index d28febb..804ebff 100755 --- a/scripts/install +++ b/scripts/install @@ -380,15 +380,15 @@ ynh_add_fpm_config #================================================= # SETUP SSOWAT #================================================= -ynh_script_progression --message="Configuring permissions..." --time --weight=1 +# ynh_script_progression --message="Configuring permissions..." --time --weight=1 # Make app public if necessary -if [ $is_public -eq 1 ] -then +# if [ $is_public -eq 1 ] +# then # Everyone can access the app. # The "main" permission is automatically created before the install script. - ynh_permission_update --permission="main" --add="visitors" -fi +# ynh_permission_update --permission="main" --add="visitors" +# fi ### N.B. : the following extra permissions only make sense if your app ### does have for example an admin interface or an API.