1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/navidrome_ynh.git synced 2024-09-03 19:46:30 +02:00

Fix linter warnings

This commit is contained in:
ericgaspar 2021-05-18 23:12:35 +02:00
parent e8359a66d5
commit 3913e5185e
No known key found for this signature in database
GPG key ID: 574F281483054D44
4 changed files with 7 additions and 7 deletions

View file

@ -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

View file

@ -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": {

View file

@ -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

View file

@ -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