diff --git a/scripts/_common.sh b/scripts/_common.sh index 7996791..c3934ab 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # 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 diff --git a/scripts/install b/scripts/install index 99d56a8..b94e553 100755 --- a/scripts/install +++ b/scripts/install @@ -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 "$app" "$final_path" +init_composer "$final_path" #=================================================