From 72898eec9d1e2604f1568b23a2ebd2550b6c3405 Mon Sep 17 00:00:00 2001 From: dragondaddy Date: Tue, 24 Oct 2023 00:01:16 +0200 Subject: [PATCH] Addons as user --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 09bb32d..9b18ade 100755 --- a/scripts/install +++ b/scripts/install @@ -79,7 +79,7 @@ ynh_script_progression --message="Pulling in external libraries with Composer... ynh_install_composer --workdir="$install_dir" pushd $install_dir - util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons + ynh_exec_as $app util/add_addon_repo https://codeberg.org/streams/streams-addons.git zaddons popd #=================================================