Merge pull request #20 from YunoHost-Apps/testing

Fix others_var
This commit is contained in:
yalh76 2021-05-18 05:06:13 +02:00 committed by GitHub
commit a2e8ea1fbb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
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