diff --git a/README.md b/README.md index e5a9c4b..0bef26b 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,7 @@ FluxBB is fast, light, user-friendly forum software for your website. ## Configuration -How to configure this app: by the admin panel. + * How to configure this app: by the admin panel. ## Documentation @@ -36,8 +36,8 @@ How to configure this app: by the admin panel. #### Multi-users support - * Are LDAP and HTTP auth supported? no - * Can the app be used by multiple users? yes + * Are LDAP and HTTP auth supported? **No** + * Can the app be used by multiple users? **Yes** #### Supported architectures @@ -46,7 +46,7 @@ How to configure this app: by the admin panel. ## Limitations -* Change-url : once you change the URL, you should go to the admin panel and change the `Base URL` +* Change-URL: once you change the URL, you should go to the admin panel and change the `Base URL` ## Additional information diff --git a/README_fr.md b/README_fr.md index 9088bae..d9f5673 100644 --- a/README_fr.md +++ b/README_fr.md @@ -2,7 +2,7 @@ [![](https://dash.yunohost.org/integration/fluxbb.svg) ![](https://ci-apps.yunohost.org/ci/badges/fluxbb.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/fluxbb.maintain.svg) ](https://dash.yunohost.org/appci/app/fluxbb) -[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=fluxbb) +[![Install FluxBB with YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=fluxbb) *[Read this readme in english.](./README.md)* @@ -25,7 +25,7 @@ FluxBB est un forum de discussions écrit en PHP rapide et léger. ## Configuration -Comment configurer cette application : via le panneau d'administration. + * Comment configurer cette application : via le panneau d'administration. ## Documentation @@ -50,7 +50,7 @@ Comment configurer cette application : via le panneau d'administration. ## Informations additionnelles -* Change-url : une fois l'url modifiée, allez dans le panneau de configuration pour modifier le champ `Base URL` +* Change-url : une fois l'URL modifiée, allez dans le panneau de configuration pour modifier le champ `Base URL` ## Liens diff --git a/check_process b/check_process index e915e87..f8e92f9 100644 --- a/check_process +++ b/check_process @@ -24,7 +24,6 @@ upgrade=1 from_commit=6a8fea2965da32112d10a659637e3b1cd0b2c61c backup_restore=1 multi_instance=1 - port_already_use=0 change_url=1 ;;; Options Email= diff --git a/scripts/change_url b/scripts/change_url index a8dce33..dd90f3d 100644 --- a/scripts/change_url +++ b/scripts/change_url @@ -46,15 +46,6 @@ ynh_clean_setup () { # Exit if an error occurs during the execution of the script ynh_abort_if_errors -#================================================= -# CHECK THE SYNTAX OF THE PATHS -#================================================= - -test -n "$old_path" || old_path="/" -test -n "$new_path" || new_path="/" -new_path=$(ynh_normalize_url_path $new_path) -old_path=$(ynh_normalize_url_path $old_path) - #================================================= # CHECK WHICH PARTS SHOULD BE CHANGED #=================================================