diff --git a/manifest.toml b/manifest.toml index f5df886..cc5f66f 100644 --- a/manifest.toml +++ b/manifest.toml @@ -17,7 +17,7 @@ admindoc = "https://libretranslate.com/docs/" code = "https://github.com/LibreTranslate/LibreTranslate" [integration] -yunohost = ">= 11.1.19" +yunohost = ">= 11.2" architectures = "all" multi_instance = true ldap = false diff --git a/scripts/install b/scripts/install index 858ccf3..5daf6f5 100755 --- a/scripts/install +++ b/scripts/install @@ -29,7 +29,6 @@ pushd $install_dir ynh_exec_warn_less pip install libretranslate==$libretranslate_version toml popd - #================================================= # SYSTEM CONFIGURATION #================================================= diff --git a/scripts/restore b/scripts/restore index a90b215..263b8c9 100755 --- a/scripts/restore +++ b/scripts/restore @@ -25,7 +25,6 @@ chown -R $app:www-data /var/log/$app/ #================================================= # RESTORE THE NGINX CONFIGURATION #================================================= - ynh_script_progression --message="Restoring the NGINX web server configuration..." --weight=1 ynh_restore_file --origin_path="/etc/nginx/conf.d/$domain.d/$app.conf"