1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/monica_ynh.git synced 2024-09-03 19:46:23 +02:00
Composer was missing in upgrade. Hopefully this would fix this issue https://github.com/YunoHost-Apps/monica_ynh/issues/23.
This commit is contained in:
anmol26s 2018-08-02 01:47:27 -04:00 committed by GitHub
parent b7b5676813
commit 5a454b5da1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -70,6 +70,11 @@ path_url=$(ynh_normalize_url_path $path_url)
# Download, check integrity, uncompress and patch the source from app.src
ynh_setup_source "$final_path"
#=================================================
# INSTALL COMPOSER
#=================================================
init_composer $final_path
#=================================================
# NGINX CONFIGURATION
#=================================================