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 ee5e32d commit ea0e384Copy full SHA for ea0e384
agents/plugins/proxmox_bs
@@ -86,14 +86,14 @@ jq -r '.[].name' $TMP_DATASTORES | while read -r name; do
86
command_section -p "$name" \
87
"proxmox-backup-client status" --repository "$PBS_REPO:$name" \
88
$OUTPUT_FORMAT
89
+ proxmox-backup-client logout --repository "$PBS_REPO:$name" > /dev/null 2>&1
90
done
91
92
cat $TMP_UPIDS | while read -r upid; do
93
command_section -P "sed -n '/^Removed garbage: /,\$p'" -p "$upid" \
94
"proxmox-backup-manager task log" "$upid"
95
96
-proxmox-backup-client logout --repository "$PBS_REPO"
97
export PBS_PASSWORD=
98
99
printf "$TMP_GC_FILES" >> $TMP_GC_FILES
0 commit comments