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

Fix --others_var

This commit is contained in:
oufmilo 2021-06-13 02:30:08 +02:00
parent d822bb496d
commit 6806ba2e6a
2 changed files with 2 additions and 2 deletions

View file

@ -144,7 +144,7 @@ popd || ynh_die
ynh_script_progression --message="Configuring a systemd service..."
# Create a dedicated systemd config
ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_node"
ynh_add_systemd_config="ynh_node_load_PATH ynh_node"
#=================================================
# GENERIC FINALIZATION

View file

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