From 7b328d84ed961c59e77fe5e06283cce58eb9e2d6 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Mar 2021 12:53:08 +0100 Subject: [PATCH] Update install --- scripts/install | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/scripts/install b/scripts/install index 1983be2..bf7ebf7 100755 --- a/scripts/install +++ b/scripts/install @@ -96,15 +96,10 @@ ynh_system_user_create --username=$app --home_dir=$final_path #================================================= ynh_script_progression --message="Configuring TiddlyWiki..." --weight=2 -mkdir /var/www/$app -final_path=/var/www/$app pushd $final_path ynh_use_nodejs - ynh_exec_as $app $ynh_node_load_PATH $ynh_npm install -g tiddlywiki - #ynh_exec_as $app env $ynh_node_load_PATH tiddlywiki mynewwiki --init server - #npm install -g tiddlywiki - ynh_exec_as $app $ynh_node_load_PATH tiddlywiki mynewwiki --init server -popd + ynh_exec_as $app $ynh_node_load_PATH tiddlywiki mynewwiki --init server + popd #================================================= # SETUP SYSTEMD