From aa72aea646f04be1253194cff192d131b35e2fec Mon Sep 17 00:00:00 2001 From: dr41nU <50152843+dr41nU@users.noreply.github.com> Date: Fri, 16 Aug 2019 21:25:10 +0200 Subject: [PATCH] Set PHP version for execution of migration.php Otherwise, php could point to newer version, and newers versions don't have intl module --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f3edb49..317e322 100644 --- a/scripts/install +++ b/scripts/install @@ -146,7 +146,7 @@ ynh_script_progression --message="Initializing database..."2 # Install composer ynh_install_composer -ynh_exec_warn_less php "$final_path/admin/migration.php" +ynh_exec_warn_less php7.0 "$final_path/admin/migration.php" #================================================= # GENERIC FINALIZATION