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

Merge branch '6907_backup_server' into 'master'

remove duplicated disabled backups

See merge request !221
parents 4e2e00db b139b6f3
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