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
7b80e42ffa
commit
7e430f7407
3 changed files with 2 additions and 3 deletions
|
@ -141,7 +141,6 @@ $config['plugins'] = array(
|
|||
'new_user_identity',
|
||||
'newmail_notifier',
|
||||
'enigma',
|
||||
'calendar',
|
||||
// installed plugins
|
||||
);
|
||||
|
||||
|
|
|
@ -153,7 +153,7 @@ ynh_composer_exec --commands="require \
|
|||
sblaisot/automatic_addressbook $automatic_addressbook_version \
|
||||
kolab/calendar $calendar_version"
|
||||
|
||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
|
||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"
|
||||
|
||||
ynh_add_config --template="../conf/enigma.config.inc.php" --destination="$final_path/plugins/enigma/config.inc.php"
|
||||
mkdir -p "$final_path/plugins/enigma/home"
|
||||
|
|
|
@ -205,7 +205,7 @@ then
|
|||
sblaisot/automatic_addressbook $automatic_addressbook_version \
|
||||
kolab/calendar $calendar_version"
|
||||
|
||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
|
||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'calendar',"
|
||||
|
||||
ynh_add_config --template="../conf/enigma.config.inc.php" --destination="$final_path/plugins/enigma/config.inc.php"
|
||||
mkdir -p "$final_path/plugins/enigma/home"
|
||||
|
|
Loading…
Add table
Reference in a new issue