From 3913e5185e7bf8e8efb8314a8ed36a00e28fab2a Mon Sep 17 00:00:00 2001 From: ericgaspar Date: Tue, 18 May 2021 23:12:35 +0200 Subject: [PATCH] Fix linter warnings --- check_process | 8 ++++---- manifest.json | 2 +- scripts/install | 2 +- scripts/upgrade | 2 +- 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/check_process b/check_process index 064029f..8986592 100644 --- a/check_process +++ b/check_process @@ -1,9 +1,9 @@ ;; Test complet ; Manifest - domain="domain.tld" (DOMAIN) - path="/" (PATH) - is_public=1 (PUBLIC|public=1|private=0) - port="4533" (PORT) + domain="domain.tld" + path="/" + is_public=1 + port="4533" ; Checks pkg_linter=1 setup_sub_dir=1 diff --git a/manifest.json b/manifest.json index 06d4ff5..90e1317 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Modern Music Server and Streamer compatible with Subsonic/Airsonic", "fr": "Serveur de musique moderne et Streamer compatibles avec Subsonic/Airsonic" }, - "version": "0.42.1~ynh1", + "version": "0.42.1~ynh2", "url": "https://github.com/deluan/navidrome/", "license": "GPL-3.0-only", "maintainer": { diff --git a/scripts/install b/scripts/install index 88e28d8..4764bc9 100644 --- a/scripts/install +++ b/scripts/install @@ -132,7 +132,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." --weight=1 -yunohost service add $app --description "Web-based music collection server and streamer" +yunohost service add $app --description="Web-based music collection server and streamer" #================================================= # START SYSTEMD SERVICE diff --git a/scripts/upgrade b/scripts/upgrade index 3d173e2..b7f5d52 100644 --- a/scripts/upgrade +++ b/scripts/upgrade @@ -134,7 +134,7 @@ ynh_add_systemd_config #================================================= ynh_script_progression --message="Integrating service in YunoHost..." -yunohost service add $app --description "Web-based music collection server and streamer" +yunohost service add $app --description="Web-based music collection server and streamer" #================================================= # START SYSTEMD SERVICE