From 19dfc22780a29c2c2bf4cd00e581d940a25a319e Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 18 Aug 2021 21:04:01 +0200 Subject: [PATCH] Fix --- check_process | 3 +-- scripts/install | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/check_process b/check_process index a3abefc..fde97b2 100644 --- a/check_process +++ b/check_process @@ -2,6 +2,7 @@ ; Manifest domain="domain.tld" path="/path" + language="en_GB" with_carddav=1 with_enigma=1 ; Checks @@ -22,5 +23,3 @@ Notification=none ;;; Upgrade options ; commit=67cb9813b18254b5f478d9a2974862d0a3af40e5 name=Merge pull request #108 - manifest_arg=domain=DOMAIN&path=PATH&admin=USER&language=fr&is_public=1&password=pass&port=666& - diff --git a/scripts/install b/scripts/install index d32dc12..68d18a4 100644 --- a/scripts/install +++ b/scripts/install @@ -124,7 +124,7 @@ ynh_mysql_connect_as --user="$db_name" --password="$db_pwd" --database="$db_name #================================================= # CONFIGURE ROUNDCUBE #================================================= -ynh_script_progression --message="Configuring Roundcube..." +ynh_script_progression --message="Configuring Roundcube..." --weight=2 rc_conf="$final_path/config/config.inc.php"