From 45499132abedee5ec99eb08a6a32cb533d638cc4 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Thu, 24 Jun 2021 19:37:15 +0200 Subject: [PATCH] Update install --- scripts/install | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/scripts/install b/scripts/install index dbe2446..df3a311 100755 --- a/scripts/install +++ b/scripts/install @@ -104,12 +104,10 @@ ynh_add_nginx_config #================================================= ynh_script_progression --message="Configuring TiddlyWiki..." --weight=2 -#chown -R $app $final_path - pushd $final_path ynh_use_nodejs npm install -g tiddlywiki - $final_path --init server + env $ynh_node_load_PATH $final_path/mynewwiki --init server popd #=================================================