1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ghost_ynh.git synced 2024-09-03 19:16:02 +02:00

Update --others_var

This commit is contained in:
oufmilo 2021-06-13 04:10:32 +02:00
parent 39e54d13f9
commit 26aeda79b4
2 changed files with 5 additions and 5 deletions

View file

@ -144,8 +144,8 @@ popd || ynh_die
ynh_script_progression --message="Configuring a systemd service..."
# Create a dedicated systemd config
ynh_add_systemd_config="ynh_node_load_PATH ynh_node"
ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node"
#=================================================
# GENERIC FINALIZATION
#=================================================
@ -203,5 +203,5 @@ ynh_send_readme_to_admin --app_message="../conf/message"
#=================================================
# END OF SCRIPT
#=================================================
ynh_script_progression --message="Installation of $app completed"

View file

@ -172,8 +172,8 @@ fi
ynh_script_progression --message="Upgrading systemd configuration..."
# Create a dedicated systemd config
ynh_add_systemd_config="ynh_node_load_PATH ynh_node"
ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node"
#=================================================
# GENERIC FINALIZATION
#=================================================