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

Merge branch '6907_backup_server' into 'master'

show only non OK servers

See merge request !220
parents 8240fa97 e196fc52
No related branches found
No related tags found
1 merge request!220show only non OK servers
......@@ -117,11 +117,11 @@ case "$sMode" in
echo
# show servers grouped by status
for mystatus in E D R "\?" D "\."
for mystatus in E D R "\?" D
do
_getServerOfStatus "$mystatus" "$data"
srvlist=$( _getServerOfStatus "$mystatus" "$data" )
test -n "$srvlist" && ( echo "$srvlist"; echo )
done
echo -e "\e[0m"
echo "$data" | grep "server.*start.*end"
echo
) | tr '|' ':'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment