From 385a0f2a4625b55afb1b160e8ea9556724265732 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Sep 2020 18:23:31 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 9d278d8..c11e718 100644 --- a/scripts/install +++ b/scripts/install @@ -145,7 +145,7 @@ ynh_script_progression --message="Initializing database..." --weight=2 # Install composer ynh_install_composer -ynh_exec_warn_less $phpversion "$final_path/admin/migration.php" +ynh_exec_warn_less php${phpversion} "$final_path/admin/migration.php" #================================================= # GENERIC FINALIZATION