From 8f6d218abec36398bb477779734606d4ca9209f7 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Mon, 13 May 2024 00:17:20 +0200 Subject: [PATCH] Update install --- scripts/install | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index e535dd0..6259909 100644 --- a/scripts/install +++ b/scripts/install @@ -57,8 +57,9 @@ ynh_install_composer # hack to make composer use php8.2 rather than system-default 7.4 ln -s $(which php$phpversion) $install_dir/php +PATH=$install_dir:$PATH -ynh_exec_warn_less env PATH=$install_dir:$PATH ynh_composer_exec --commands="movim:migrate" +ynh_exec_warn_less ynh_exec_as $app ynh_composer_exec --commands="movim:migrate" rm $install_dir/php ynh_exec_as "$app" "php$phpversion" "$install_dir/daemon.php" config --username="$admin" --password="$password" --quiet