From 07ebebcd330b339526fb1f472eb7bed3ad25695f Mon Sep 17 00:00:00 2001 From: jarod5001 <68397534+jarod5001@users.noreply.github.com> Date: Wed, 4 May 2022 19:51:27 +0200 Subject: [PATCH] Update install --- scripts/install | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index e9a6893..2305f9a 100644 --- a/scripts/install +++ b/scripts/install @@ -154,9 +154,9 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Building Movim..." -ynh_install_composer --workdir="$final_path" -ynh_composer_exec --workdir="$final_path" --commands="movim:migrate" -ynh_exec_as $app php$phpversion $final_path/daemon.php config --username=$admin --password=$password --quiet +ynh_install_composer --workdir="$final_path" --phpversion="$phpversion" +ynh_composer_exec --workdir="$final_path" --commands="movim:migrate" --phpversion="$phpversion" +ynh_exec_as $app php$phpversion $final_path/daemon.php config --username=$admin --password=$password --quiet --phpversion="$phpversion" #================================================= # GENERIC FINALIZATION