From ac46eb009ae3ccd3f9c2c4660b9dca46504658bb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Wed, 1 Sep 2021 16:04:56 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index f9218c4..2812e77 100644 --- a/scripts/install +++ b/scripts/install @@ -126,7 +126,7 @@ chown -R $app:www-data "$final_path" #================================================= pushd $final_path - ./nodebb setup + ynh_exec_as $app env $ynh_node_load_PATH $final_path/nodebb setup popd #=================================================