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:
parent
39e54d13f9
commit
26aeda79b4
2 changed files with 5 additions and 5 deletions
|
@ -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"
|
||||
|
|
|
@ -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
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue