From 46ca5fd46fb224d4fe08afcb37711ebdb0b08435 Mon Sep 17 00:00:00 2001 From: Mateusz <2871798+orhtej2@users.noreply.github.com> Date: Mon, 13 May 2024 01:06:54 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 6259909..bfaef01 100644 --- a/scripts/install +++ b/scripts/install @@ -59,7 +59,7 @@ ynh_install_composer ln -s $(which php$phpversion) $install_dir/php PATH=$install_dir:$PATH -ynh_exec_warn_less ynh_exec_as $app ynh_composer_exec --commands="movim:migrate" +ynh_exec_warn_less 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