From 69d23e22299a865152e28381fc1b73178b1120e3 Mon Sep 17 00:00:00 2001 From: yalh76 Date: Thu, 18 Feb 2021 09:46:51 +0100 Subject: [PATCH] Found some inconsistencies in the 'yunohost service add' commands between install, upgrade and restore: --- scripts/restore | 2 +- scripts/upgrade | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/restore b/scripts/restore index 7720992..248f46c 100644 --- a/scripts/restore +++ b/scripts/restore @@ -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 diff --git a/scripts/upgrade b/scripts/upgrade index 70b977e..1f9e82d 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -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