From 32bf1df9663f9c86f345dcc5a7f5124b4755d964 Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Fri, 18 Dec 2020 22:33:00 +0100 Subject: [PATCH] Fix linter warning --- manifest.json | 2 +- scripts/restore | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index dce2919..57c47bf 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Collaborative editor to work on notes written in Markdown", "fr": "Éditeur collaboratif pour travailler sur des notes en Markdown" }, - "version": "1.6.0~ynh7", + "version": "1.6.0~ynh8", "url": "https://github.com/codimd/server", "license": "AGPL-3.0-only", "maintainer": { diff --git a/scripts/restore b/scripts/restore index f74fc22..ddcfe18 100644 --- a/scripts/restore +++ b/scripts/restore @@ -113,7 +113,7 @@ systemctl enable $app.service --quiet #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description="collaborative Markdown editor" --log="/var/log/$app/$app.log" +yunohost service add $app --description="Collaborative Markdown notes" --log="/var/log/$app/$app.log" #================================================= # START SYSTEMD SERVICE