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:
parent
5905e4de5f
commit
c0f3322e33
2 changed files with 2 additions and 2 deletions
|
@ -5,7 +5,7 @@
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# dependencies used by the app
|
# dependencies used by the app
|
||||||
pkg_dependencies="openssl php-mbstring php-curl php-mysql php-ldap php-zip php-bcmath php-xml php-common "
|
pkg_dependencies="openssl php-mbstring php-curl php-mysql php-ldap php-zip php-bcmath php-xml php-common"
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# PERSONAL HELPERS
|
# PERSONAL HELPERS
|
||||||
|
|
|
@ -161,7 +161,7 @@ ynh_script_progression --message="Configuring php-fpm..." --time --weight=1
|
||||||
# Create a dedicated php-fpm config
|
# Create a dedicated php-fpm config
|
||||||
ynh_add_fpm_config
|
ynh_add_fpm_config
|
||||||
|
|
||||||
init_composer "$app" "$final_path"
|
init_composer "$final_path"
|
||||||
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue