1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ztncui_ynh.git synced 2024-09-03 18:06:05 +02:00

Option --others_var is deprecated / irrelevant since 4.2, and will be removed in Bullseye. Yunohost now manages conf using ynh_add_config which automatically replace all __FOOBAR__ by $foobar

This commit is contained in:
yalh76 2021-08-14 16:39:03 +02:00
parent a1b8d05259
commit d791fc51fd
2 changed files with 2 additions and 2 deletions

View file

@ -155,7 +155,7 @@ popd
ynh_script_progression --message="Configuring a systemd service..." --weight=1
# Create a dedicated systemd config
ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_npm"
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION

View file

@ -182,7 +182,7 @@ ynh_use_logrotate --non-append
ynh_script_progression --message="Upgrading systemd configuration..." --weight=1
# Create a dedicated systemd config
ynh_add_systemd_config --others_var="ynh_node_load_PATH ynh_npm"
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION