From 34a154cd0e5e5aa394cac9382f59b8c246fb2294 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Feb 2021 16:22:15 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index 1b508cc..deae712 100755 --- a/scripts/install +++ b/scripts/install @@ -101,7 +101,7 @@ chown -R $app: $final_path pushd $final_path #$nodejs_path/node $final_path/tiddlywiki mywiki --init server - env "$ynh_node_load_PATH" $final_path mywiki --init server + "$ynh_node_load_PATH" $final_path mywiki --init server popd #=================================================