diff --git a/README.md b/README.md index 824ce54..3c66d70 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Shipped version:** 2.25.4~ynh1 +**Shipped version:** 2.25.4~ynh2 **Demo:** https://snappymail.eu/demo/ diff --git a/README_fr.md b/README_fr.md index 0a1de0c..e95eb28 100644 --- a/README_fr.md +++ b/README_fr.md @@ -18,7 +18,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Simple, modern, lightweight & fast web-based email client. The drastically upgraded & secured fork of RainLoop Webmail Community edition. -**Version incluse :** 2.25.4~ynh1 +**Version incluse :** 2.25.4~ynh2 **Démo :** https://snappymail.eu/demo/ diff --git a/manifest.toml b/manifest.toml index 0b3cd4b..e632670 100644 --- a/manifest.toml +++ b/manifest.toml @@ -5,9 +5,9 @@ name = "SnappyMail" description.en = "Simple, modern, lightweight & fast web-based e-mail client" description.fr = "Client de messagerie Web simple, moderne, léger et rapide" -version = "2.25.4~ynh1" +version = "2.25.4~ynh2" -maintainers = "eric_G" +maintainers = ["eric_G"] [upstream] license = "AGPL-3.0-only" @@ -17,7 +17,7 @@ admindoc = "https://github.com/the-djmaze/snappymail/wiki" code = "https://github.com/the-djmaze/snappymail" [integration] -yunohost = ">= 11.1.5" +yunohost = ">= 11.1.6" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/install b/scripts/install index a857877..3d70da3 100755 --- a/scripts/install +++ b/scripts/install @@ -34,10 +34,6 @@ ynh_script_progression --message="Setting up source files..." --weight=3 # Download, check integrity, uncompress and patch the source from app.src ynh_setup_source --dest_dir="$install_dir" -chmod 750 "$install_dir" -chmod -R o-rwx "$install_dir" -chown -R $app:www-data "$install_dir" - #================================================= # PHP-FPM CONFIGURATION #================================================= @@ -45,7 +41,6 @@ ynh_script_progression --message="Configuring PHP-FPM..." --weight=1 # Create a dedicated PHP-FPM config ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint -#REMOVEME? phpversion=$(ynh_app_setting_get --app=$app --key=phpversion) #================================================= # NGINX CONFIGURATION