1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/peertube_ynh.git synced 2024-09-03 19:56:29 +02:00

remove others_var

This commit is contained in:
yalh76 2021-05-13 22:41:53 +02:00
parent d6d3113589
commit 07dd5a839e
3 changed files with 3 additions and 3 deletions

View file

@ -19,7 +19,7 @@
} }
], ],
"requirements": { "requirements": {
"yunohost": ">= 4.1.7.3" "yunohost": ">= 4.2.0"
}, },
"multi_instance": false, "multi_instance": false,
"services": [ "services": [

View file

@ -187,7 +187,7 @@ chown $app:$app "$final_path/config/local-production.json"
ynh_script_progression --message="Configuring a systemd service..." ynh_script_progression --message="Configuring a systemd service..."
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config --others_var="ynh_node ynh_node_load_PATH" ynh_add_systemd_config
#================================================= #=================================================
# START SYSTEMD SERVICE # START SYSTEMD SERVICE

View file

@ -258,7 +258,7 @@ popd
ynh_script_progression --message="Upgrading systemd configuration..." ynh_script_progression --message="Upgrading systemd configuration..."
# Create a dedicated systemd config # Create a dedicated systemd config
ynh_add_systemd_config --others_var="ynh_node ynh_node_load_PATH" ynh_add_systemd_config
#================================================= #=================================================
# GENERIC FINALIZATION # GENERIC FINALIZATION