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:
parent
34a154cd0e
commit
42396c89d2
1 changed files with 2 additions and 4 deletions
|
@ -101,7 +101,7 @@ chown -R $app: $final_path
|
||||||
|
|
||||||
pushd $final_path
|
pushd $final_path
|
||||||
#$nodejs_path/node $final_path/tiddlywiki mywiki --init server
|
#$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
|
popd
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
|
@ -109,7 +109,7 @@ popd
|
||||||
#=================================================
|
#=================================================
|
||||||
ynh_script_progression --message="Configuring a systemd service..." --weight=1
|
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
|
# 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=""
|
ynh_systemd_action --service_name=$app --action=start --log_path=systemd --line_match=""
|
||||||
|
|
||||||
sleep 30
|
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# SETUP SSOWAT
|
# SETUP SSOWAT
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
Loading…
Add table
Reference in a new issue