Skip to content
Snippets Groups Projects
Commit b139b6f3 authored by Hahn Axel (hahn)'s avatar Hahn Axel (hahn)
Browse files

remove duplicated disabled backups

parent e196fc52
No related branches found
No related tags found
1 merge request!221remove duplicated disabled backups
......@@ -109,7 +109,7 @@ case "$sMode" in
ph.setStatus unknown
fi
ph.status "Server Backups - $iTotal servers in backup - $iErrors errors - $iDisable disbled - $iRunning running"
echo List of server backups grouped by status
echo "List of server backups grouped by status (non-OK only)"
echo
(
# draw 1st line with table header
......@@ -117,7 +117,7 @@ case "$sMode" in
echo
# show servers grouped by status
for mystatus in E D R "\?" D
for mystatus in E D R "\?"
do
srvlist=$( _getServerOfStatus "$mystatus" "$data" )
test -n "$srvlist" && ( echo "$srvlist"; echo )
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment