mirror of
https://github.com/community-scripts/ProxmoxVE.git
synced 2026-07-09 07:32:14 +02:00
fix command syntax in tunarr.sh
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user