We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cde5e7f commit 258dad7Copy full SHA for 258dad7
agents/plugins/proxmox_bs
@@ -94,7 +94,7 @@ done
94
# shellcheck disable=SC2086 disable=SC2002
95
cat $TMP_UPIDS | while read -r upid; do
96
command_section -P "sed '/^Removed /,\$!d'" -p "$upid" \
97
- "proxmox-backup-manager task log" "$upid"
+ "proxmox-backup-manager task log" "$upid" '2>&1'
98
done
99
100
export PBS_PASSWORD=
0 commit comments