From ec7400a3fbaf3e32b2e1a4000b596fc2aafc59bb Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Jun 2021 19:42:36 +0200 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 4515a84..35a6b12 100755 --- a/scripts/install +++ b/scripts/install @@ -107,7 +107,7 @@ ynh_script_progression --message="Configuring TiddlyWiki..." --weight=2 pushd $final_path ynh_use_nodejs npm install -g tiddlywiki - env $ynh_node_load_PATH $final_path tiddlywiki mynewwiki --init server + ynh_exec_as $app env $ynh_node_load_PATH tiddlywiki mynewwiki --init server popd #=================================================