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:
Éric Gaspar 2024-05-21 13:35:12 +02:00
parent 42e28a518d
commit 1de3012fc4
2 changed files with 3 additions and 3 deletions

0
conf/composer.json Normal file
View file

View file

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