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 04:33:08 +02:00
parent 26aeda79b4
commit 223e7f6828
2 changed files with 3 additions and 3 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 --others_var="ynh_node_load_PATH ynh_node"
ynh_add_systemd_config --template="$ynh_node_load_PATH"
#=================================================
# 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 --template="$ynh_node_load_PATH"
#=================================================
# GENERIC FINALIZATION