1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/tiddlywiki_ynh.git synced 2024-09-03 20:26:34 +02:00

Update install

This commit is contained in:
ericgaspar 2021-02-16 16:30:37 +01:00
parent 34a154cd0e
commit 42396c89d2
No known key found for this signature in database
GPG key ID: 574F281483054D44

View file

@ -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
#=================================================