Fix backup path in seerr.sh script

This commit is contained in:
Tobias 2026-02-14 22:36:30 +01:00 committed by GitHub
parent 7d2e4b48b5
commit 2bc8a1726c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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"