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
42e28a518d
commit
1de3012fc4
2 changed files with 3 additions and 3 deletions
0
conf/composer.json
Normal file
0
conf/composer.json
Normal 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
|
||||
|
|
Loading…
Add table
Reference in a new issue