Fix others_var

This commit is contained in:
yalh76 2021-05-13 22:38:50 +02:00
parent d8adfe330d
commit 14eaf58b34
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@
"name": "yalh76"
},
"requirements": {
"yunohost": ">= 4.1.3"
"yunohost": ">= 4.2.0"
},
"multi_instance": true,
"services": [

View file

@ -138,7 +138,7 @@ chown $app:$app "$final_path/config/production.yaml"
ynh_script_progression --message="Configuring a systemd service..."
# Create a dedicated systemd config
ynh_add_systemd_config --others_var="ynh_npm"
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION

View file

@ -141,7 +141,7 @@ chown $app:$app "$final_path/config/production.yaml"
ynh_script_progression --message="Upgrading systemd configuration..."
# Create a dedicated systemd config
ynh_add_systemd_config --others_var="ynh_npm"
ynh_add_systemd_config
#=================================================
# GENERIC FINALIZATION