mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Fix linter warnings
This commit is contained in:
parent
0a7bc4d1f2
commit
2aab8003d6
4 changed files with 3 additions and 8 deletions
|
@ -23,13 +23,8 @@
|
||||||
upgrade=1 from_commit=3e38d2ec954f6b333c3c2ed95e0e75c0df2fe966
|
upgrade=1 from_commit=3e38d2ec954f6b333c3c2ed95e0e75c0df2fe966
|
||||||
backup_restore=1
|
backup_restore=1
|
||||||
multi_instance=0
|
multi_instance=0
|
||||||
# This test is no longer necessary since the version 2.7 (PR: https://github.com/YunoHost/yunohost/pull/304), you can still do it if your app could be installed with this version.
|
|
||||||
# incorrect_path=1
|
|
||||||
port_already_use=0
|
port_already_use=0
|
||||||
change_url=1
|
change_url=1
|
||||||
;;; Levels
|
|
||||||
# If the level 5 (Package linter) is forced to 1. Please add justifications here.
|
|
||||||
Level 5=auto
|
|
||||||
;;; Options
|
;;; Options
|
||||||
Email=
|
Email=
|
||||||
Notification=none
|
Notification=none
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
"en": "Media System that manage and stream your media.",
|
"en": "Media System that manage and stream your media.",
|
||||||
"fr": "Système multimédia qui gère et diffuse vos médias."
|
"fr": "Système multimédia qui gère et diffuse vos médias."
|
||||||
},
|
},
|
||||||
"version": "10.6.4~ynh1",
|
"version": "10.6.4~ynh2",
|
||||||
"url": "https://github.com/jellyfin/jellyfin",
|
"url": "https://github.com/jellyfin/jellyfin",
|
||||||
"license": "GPL-2.0-only",
|
"license": "GPL-2.0-only",
|
||||||
"maintainer": {
|
"maintainer": {
|
||||||
|
|
|
@ -91,7 +91,7 @@ ynh_system_user_create --username=$app
|
||||||
#=================================================
|
#=================================================
|
||||||
|
|
||||||
# Load services once to generate system.xml
|
# Load services once to generate system.xml
|
||||||
systemctl enable jellyfin
|
systemctl enable jellyfin --quiet
|
||||||
systemctl start jellyfin
|
systemctl start jellyfin
|
||||||
sleep 5
|
sleep 5
|
||||||
systemctl stop jellyfin
|
systemctl stop jellyfin
|
||||||
|
|
|
@ -93,7 +93,7 @@ ynh_script_progression --message="Restoring the systemd configuration..." --weig
|
||||||
|
|
||||||
ynh_restore_file --origin_path="/lib/systemd/system/jellyfin.service" 2>/dev/null
|
ynh_restore_file --origin_path="/lib/systemd/system/jellyfin.service" 2>/dev/null
|
||||||
ynh_restore_file --origin_path="/etc/systemd/system/jellyfin.service.d" 2>/dev/null
|
ynh_restore_file --origin_path="/etc/systemd/system/jellyfin.service.d" 2>/dev/null
|
||||||
systemctl enable $app.service
|
systemctl enable $app.service --quiet
|
||||||
|
|
||||||
#=================================================
|
#=================================================
|
||||||
# INTEGRATE SERVICE IN YUNOHOST
|
# INTEGRATE SERVICE IN YUNOHOST
|
||||||
|
|
Loading…
Add table
Reference in a new issue