1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/moodle_ynh.git synced 2024-09-03 19:46:23 +02:00
* Upgrade to version 3.10.3
* Add README_fr
* Small fixes
This commit is contained in:
Éric Gaspar 2021-04-04 19:21:50 +02:00 committed by GitHub
parent d8695144de
commit 2f9edf1745
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 5 additions and 5 deletions

View file

@ -1,6 +1,6 @@
# Moodle pour YunoHost
[![Integration level](https://dash.yunohost.org/integration/moodle.svg)](https://dash.yunohost.org/appci/app/moodle) ![](https://ci-apps.yunohost.org/ci/badges/moodle.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/moodle.maintain.svg)
[![Niveau d'intégration](https://dash.yunohost.org/integration/moodle.svg)](https://dash.yunohost.org/appci/app/moodle) ![](https://ci-apps.yunohost.org/ci/badges/moodle.status.svg) ![](https://ci-apps.yunohost.org/ci/badges/moodle.maintain.svg)
[![Installer Moodle avec YunoHost](https://install-app.yunohost.org/install-with-yunohost.svg)](https://install-app.yunohost.org/?app=moodle)
*[Read this readme in english.](./README.md)*
@ -23,11 +23,11 @@ Si vous n'avez pas YunoHost, consultez [le guide](https://yunohost.org/#/install
## Configuration
How to configure this app: by an admin panel.
* Comment configurer cette application : via le panneau d'administration.
## Documentation
* Documentation officielle : https://docs.moodle.org/39/en/Main_page
* Documentation officielle : https://docs.moodle.org/39/en/Main_page
## Caractéristiques spécifiques YunoHost

View file

@ -36,7 +36,7 @@ ynh_script_progression --message="Ensuring downward compatibility..." --weight=1
# If the admin is not defined, We can't upgrade this app
if [ -z "$admin" ]; then
ynh_die --message="This app can't be upgraded from a very old version of the package. Please remove and reinstall moodle_ynh"
ynh_die --message="This app can't be upgraded from a very old version of the package. Please remove and reinstall Moodle"
fi
# Cleaning legacy permissions
@ -79,7 +79,7 @@ fi
#=================================================
ynh_script_progression --message="Upgrading NGINX web server configuration..." --weight=1
# Create a dedicated nginx config
# Create a dedicated NGINX config
ynh_add_nginx_config
#=================================================