From 2d725fda9cffac148b47395fdb1a5df7bfb42e62 Mon Sep 17 00:00:00 2001 From: lapineige Date: Tue, 2 May 2023 16:18:19 +0200 Subject: [PATCH] fix syntax for exec_as --- scripts/install | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/install b/scripts/install index 2c853c1..1495aa2 100644 --- a/scripts/install +++ b/scripts/install @@ -69,13 +69,13 @@ source "$install_dir/.env" ynh_script_progression --message="Configuring Bonfire release..." --weight=1 cd $install_dir -ynh_exec_warn just config +ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just config" #================================================= # Building the release #================================================= ynh_script_progression --message="Building Bonfire release..." --weight=1 -ynh_exec_warn ynh_exec_as $app -s $SHELL -lc just rel-build +ynh_exec_warn ynh_exec_as $app -s $SHELL -lc "just rel-build" #================================================= # Run the release