From 2bc8a1726cc98319c198bd7cec45262616fbbfb1 Mon Sep 17 00:00:00 2001 From: Tobias <96661824+CrazyWolf13@users.noreply.github.com> Date: Sat, 14 Feb 2026 22:36:30 +0100 Subject: [PATCH] Fix backup path in seerr.sh script --- ct/seerr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/seerr.sh b/ct/seerr.sh index 598100285..56fd95e46 100644 --- a/ct/seerr.sh +++ b/ct/seerr.sh @@ -37,7 +37,7 @@ function update_script() { msg_ok "Stopped Jellyseerr" msg_info "Creating Backup" - tar -czf /opt/jellyseerr_backup_$(date +%Y%m%d_%H%M%S).tar.gz -C /opt/jellyseerr + tar -czf /opt/jellyseerr_backup_$(date +%Y%m%d_%H%M%S).tar.gz -C /opt jellyseerr msg_ok "Created Backup" msg_info "Migrating Jellyseerr to seerr"