Found some inconsistencies in the 'yunohost service add' commands between install, upgrade and restore:

This commit is contained in:
yalh76 2021-02-18 09:46:51 +01:00
parent 55bd2fd5ad
commit 69d23e2229
2 changed files with 2 additions and 2 deletions

View file

@ -101,7 +101,7 @@ systemctl enable $app.service --quiet
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app search index daemon"
yunohost service add $app --description="$app search index daemon"
#=================================================
# START SYSTEMD SERVICE

View file

@ -163,7 +163,7 @@ ynh_use_logrotate --non-append
#=================================================
ynh_script_progression --message="Integrating service in YunoHost..."
yunohost service add $app --description "$app search index daemon"
yunohost service add $app --description="$app search index daemon"
#=================================================
# START SYSTEMD SERVICE