From 668959f3d36c273ee71b8f1662b0d9a8079549c0 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 4 Sep 2020 18:40:23 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c11e718..7765f3b 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 php${phpversion} "$final_path/admin/migration.php" +ynh_exec_warn_less php$phpversion "$final_path/admin/migration.php" #================================================= # GENERIC FINALIZATION