1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/roundcube_ynh.git synced 2024-09-03 20:16:28 +02:00
This commit is contained in:
ericgaspar 2021-08-18 21:04:01 +02:00
parent 488f3374b7
commit 19dfc22780
No known key found for this signature in database
GPG key ID: 574F281483054D44
2 changed files with 2 additions and 3 deletions

View file

@ -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&

View file

@ -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"