mirror of
https://github.com/YunoHost-Apps/roundcube_ynh.git
synced 2024-09-03 20:16:28 +02:00
Fix
This commit is contained in:
parent
488f3374b7
commit
19dfc22780
2 changed files with 2 additions and 3 deletions
|
@ -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&
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in a new issue