1
0
Fork 0
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:
tituspijean 2020-11-08 18:02:32 +01:00 committed by GitHub
parent 1232b3bc5a
commit e0ed7b183b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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