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