Skip to content

Commit 258dad7

Browse files
committed
fix gc job state
1 parent cde5e7f commit 258dad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

agents/plugins/proxmox_bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ done
9494
# shellcheck disable=SC2086 disable=SC2002
9595
cat $TMP_UPIDS | while read -r upid; do
9696
command_section -P "sed '/^Removed /,\$!d'" -p "$upid" \
97-
"proxmox-backup-manager task log" "$upid"
97+
"proxmox-backup-manager task log" "$upid" '2>&1'
9898
done
9999

100100
export PBS_PASSWORD=

0 commit comments

Comments
 (0)