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

add param backupstatus

parent fd4fc484
No related branches found
No related tags found
No related merge requests found
......@@ -236,10 +236,10 @@
test $iduration -lt 0 && sduration="RUNNING"
# output
printf "$tbl" $myserver "$tstart" "${tend}" "${sduration}" "${iagehours}"
printf "$tbl" $myserver "$tstart" "${tend}" "${sduration}" "${statusAge}${iagehours}$(color reset)"
done
echo
echo "total : $( _getLoggedServers ) servers"
echo "total : $( _getLoggedServers | wc -l ) servers"
echo "errors: $ierrors"
echo
echo "rc=$ierrors"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment