From 1de3012fc4419ba910bf23ac3487d442d9bd16cd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Tue, 21 May 2024 13:35:12 +0200 Subject: [PATCH] fix --- conf/composer.json | 0 scripts/install | 6 +++--- 2 files changed, 3 insertions(+), 3 deletions(-) create mode 100644 conf/composer.json diff --git a/conf/composer.json b/conf/composer.json new file mode 100644 index 0000000..e69de29 diff --git a/scripts/install b/scripts/install index ea00035..5562f96 100644 --- a/scripts/install +++ b/scripts/install @@ -53,13 +53,13 @@ ynh_add_fpm_config --usage=$fpm_usage --footprint=$fpm_footprint #================================================= # INSTALL AND INITIALIZE COMPOSER #================================================= -#ynh_script_progression --message="Installing Roundcube with Composer..." --weight=30 +ynh_script_progression --message="Installing Roundcube with Composer..." --weight=30 # Install composer.json -#cp "$install_dir/composer.json-dist" "$install_dir/composer.json" +ynh_add_config --template="composer.json" --destination="$install_dir/composer.json" # Install composer -#ynh_install_composer +ynh_install_composer #================================================= # INITIALIZE DATABASE