From 5b252892e13909c947b8596b876bd1bf60c0131d Mon Sep 17 00:00:00 2001 From: Sam Heinz Date: Sat, 27 Jun 2026 19:57:54 +1000 Subject: [PATCH] fix command syntax in tunarr.sh --- ct/tunarr.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ct/tunarr.sh b/ct/tunarr.sh index b19cd13a6..32588d4b1 100644 --- a/ct/tunarr.sh +++ b/ct/tunarr.sh @@ -35,7 +35,7 @@ function update_script() { msg_info "Creating Backup" if [ -d "/root/.local/share/tunarr" ]; then - tar -czf "/opt/${APP}_backup_$(date +%F).tar.gz" /root/.local/share/tunarr $STD + $STD tar -czf "/opt/${APP}_backup_$(date +%F).tar.gz" /root/.local/share/tunarr msg_ok "Backup Created" else msg_error "Backup failed: /root/.local/share/tunarr does not exist"