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
74f6c3c44a
commit
6c679c8732
2 changed files with 2 additions and 1 deletions
|
@ -141,6 +141,7 @@ $config['plugins'] = array(
|
|||
'markasjunk',
|
||||
'new_user_dialog',
|
||||
'new_user_identity',
|
||||
'enigma',
|
||||
// installed plugins
|
||||
);
|
||||
|
||||
|
|
|
@ -151,7 +151,7 @@ ynh_composer_exec --commands="require \
|
|||
johndoh/contextmenu $contextmenu_version \
|
||||
sblaisot/automatic_addressbook $automatic_addressbook_version"
|
||||
|
||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook', 'enigma',"
|
||||
installed_plugins+=" 'contextmenu', 'automatic_addressbook',"
|
||||
|
||||
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…
Reference in a new issue