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:
parent
d822bb496d
commit
6806ba2e6a
2 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue