diff --git a/README.md b/README.md index 010978e..1343eef 100644 --- a/README.md +++ b/README.md @@ -30,8 +30,8 @@ How to configure this app: From an admin panel, a plain file with SSH, or any ot #### Multi-user support - * Are LDAP and HTTP auth supported? - * Can the app be used by multiple users? + * Are LDAP and HTTP auth supported? **No** + * Can the app be used by multiple users? **Yes** #### Supported architectures diff --git a/README_fr.md b/README_fr.md index b486894..24f2ab0 100644 --- a/README_fr.md +++ b/README_fr.md @@ -30,8 +30,8 @@ Comment configurer cette application : via le panneau d'administration #### Support multi-utilisateur -* L'authentification LDAP et HTTP est-elle prise en charge ? -* L'application peut-elle être utilisée par plusieurs utilisateurs ? +* L'authentification LDAP et HTTP est-elle prise en charge ? **Non** +* L'application peut-elle être utilisée par plusieurs utilisateurs ? **Oui** #### Architectures supportées diff --git a/scripts/restore b/scripts/restore index 6696298..a697bc4 100644 --- a/scripts/restore +++ b/scripts/restore @@ -68,6 +68,7 @@ ynh_system_user_create --username=$app # Restore permissions on app files chown -R $app: $final_path +chmod -R 775 $final_path #================================================= # RESTORE THE PHP-FPM CONFIGURATION @@ -75,6 +76,8 @@ chown -R $app: $final_path ynh_restore_file --origin_path="/etc/php/$phpversion/fpm/pool.d/$app.conf" +ynh_add_fpm_config --package="$extra_php_dependencies" + #================================================= # RESTORE THE MYSQL DATABASE #=================================================