mirror of
https://github.com/YunoHost-Apps/jellyfin_ynh.git
synced 2024-09-03 19:26:29 +02:00
Silence service restoration
Co-authored-by: Éric Gaspar <46165813+ericgaspar@users.noreply.github.com>
This commit is contained in:
parent
1232b3bc5a
commit
e0ed7b183b
1 changed files with 2 additions and 2 deletions
|
@ -91,8 +91,8 @@ ynh_install_extra_app_dependencies --repo="https://repo.jellyfin.org/debian $( l
|
|||
#=================================================
|
||||
ynh_script_progression --message="Restoring the systemd configuration..." --weight=2
|
||||
|
||||
ynh_restore_file --origin_path="/lib/systemd/system/jellyfin.service"
|
||||
ynh_restore_file --origin_path="/etc/systemd/system/jellyfin.service.d"
|
||||
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
|
||||
systemctl enable $app.service
|
||||
|
||||
#=================================================
|
||||
|
|
Loading…
Add table
Reference in a new issue