1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/ombi_ynh.git synced 2024-09-03 19:55:54 +02:00
This commit is contained in:
Éric Gaspar 2024-07-26 21:49:25 +02:00
parent 2a16575404
commit 05b64c4b7e
2 changed files with 1 additions and 5 deletions

View file

@ -7,7 +7,7 @@ name = "Ombi"
description.en = "Media request tool on Plex/Emby/Jellyfin"
description.fr = "Outil de demande de médias sur Plex/Emby/Jellyfin"
version = "4.44.1~ynh1"
version = "4.44.1~ynh2"
maintainers = []

View file

@ -34,10 +34,6 @@ ynh_backup --src_path="$data_dir" --is_big
ynh_backup --src_path="/etc/nginx/conf.d/$domain.d/$app.conf"
#=================================================
# BACKUP SYSTEMD
#=================================================
ynh_backup --src_path="/etc/systemd/system/$app.service"
#=================================================