fix command syntax in tunarr.sh

This commit is contained in:
Sam Heinz
2026-06-27 19:57:54 +10:00
committed by GitHub
parent 8b99d3b1cc
commit 5b252892e1
+1 -1
View File
@@ -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"