From 8532a9386f0d36688e12463d496e6ce00118f165 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Sat, 27 Mar 2021 13:18:32 +0100 Subject: [PATCH] Update install --- scripts/install | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/install b/scripts/install index bf7ebf7..ab199c3 100755 --- a/scripts/install +++ b/scripts/install @@ -98,7 +98,7 @@ ynh_script_progression --message="Configuring TiddlyWiki..." --weight=2 pushd $final_path ynh_use_nodejs - ynh_exec_as $app $ynh_node_load_PATH tiddlywiki mynewwiki --init server + $ynh_node_load_PATH tiddlywiki mynewwiki --init server popd #=================================================