From bce24f07e009b083c573b764edcaae9e34c664d1 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Feb 2021 16:20:16 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index c1791b6..1b508cc 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/tiddlywiki mywiki --init server + env "$ynh_node_load_PATH" $final_path mywiki --init server popd #=================================================