1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/snipeit_ynh.git synced 2024-09-03 20:26:16 +02:00

Fix composer

This commit is contained in:
anmol26s 2019-05-01 19:26:45 +05:30
parent c0f3322e33
commit 06f24f5bd5
2 changed files with 2 additions and 2 deletions

View file

@ -41,7 +41,7 @@ init_composer() {
# update dependencies to create composer.lock
exec_composer "$AS_USER" "$WORKDIR" install --no-dev \
exec_composer "$AS_USER" "$WORKDIR" install --no-dev --prefer-source \
|| ynh_die "Unable to update core dependencies with Composer"
}

View file

@ -161,7 +161,7 @@ ynh_script_progression --message="Configuring php-fpm..." --time --weight=1
# Create a dedicated php-fpm config
ynh_add_fpm_config
init_composer "$final_path"
init_composer "$app" "$final_path"
#=================================================