From 42396c89d21272279e55c1ff0002823d194cb0e2 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 16 Feb 2021 16:30:37 +0100 Subject: [PATCH] Update install --- scripts/install | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/scripts/install b/scripts/install index deae712..b9f9f61 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 - "$ynh_node_load_PATH" $final_path mywiki --init server + $ynh_node_load_PATH $final_path mywiki --init server popd #================================================= @@ -109,7 +109,7 @@ popd #================================================= ynh_script_progression --message="Configuring a systemd service..." --weight=1 -ynh_add_systemd_config --others_var="ynh_node_load_PATH" +ynh_add_systemd_config --others_var=ynh_node_load_PATH #================================================= # GENERIC FINALIZATION @@ -135,8 +135,6 @@ ynh_print_info --message="on demarre le service..." ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match="" -sleep 30 - #================================================= # SETUP SSOWAT #=================================================