From 38a3d255fea747157230bf330a4a4f8acbfe9787 Mon Sep 17 00:00:00 2001 From: Plumf Date: Wed, 18 Nov 2020 18:35:07 +0100 Subject: [PATCH] Update install for level 7 --- manifest.json | 8 ++------ scripts/install | 9 ++++----- 2 files changed, 6 insertions(+), 11 deletions(-) diff --git a/manifest.json b/manifest.json index ba7ab4c..a1b94d6 100644 --- a/manifest.json +++ b/manifest.json @@ -82,12 +82,8 @@ "ask": { "en": "Set the administrator password", "fr": "Définissez le mot de passe administrateur" - }, - "help": { - "en": "Use the help field to add an information for the admin about this question.", - "fr": "Utilisez le champ aide pour ajouter une information à l'intention de l'administrateur à propos de cette question." - }, - "example": "Choose a password" + } + } ] } diff --git a/scripts/install b/scripts/install index 6ca7a6c..12fcc60 100755 --- a/scripts/install +++ b/scripts/install @@ -150,11 +150,10 @@ chown -R $app $final_path/{cache,files,themes,tools,wakka.config.php} ynh_script_progression --message="Configuring SSOwat..." --weight=47 # Make app public if necessary -#if [ $is_public -eq 1 ] -#then - -# ynh_permission_update --permission main --add visitors -#fi +if [ $is_public -eq 1 ] +then + ynh_permission_update --permission main --add visitors +fi #================================================= # RELOAD NGINX