diff --git a/manifest.toml b/manifest.toml index 26ba003..4f18c57 100644 --- a/manifest.toml +++ b/manifest.toml @@ -50,7 +50,7 @@ ram.runtime = "50M" ask.fr = "Choisissez la langue de l'application" type = "select" choices = ["ca", "de", "en", "es", "fr", "gl", "hu", "it", "nl", "pt"] - default = "en" + default = "fr" [install.admin] type = "user" diff --git a/scripts/install b/scripts/install index 184ac85..565794e 100644 --- a/scripts/install +++ b/scripts/install @@ -39,7 +39,7 @@ chown -R $app:www-data "$install_dir" #================================================= # INSTALL ETHERPAD #================================================= -ynh_script_progression --message="Installing $app..." --weight=60 +ynh_script_progression --message="Installing $app..." --weight=10 pushd $install_dir ynh_use_nodejs