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

update filter for transfer section

parent dae3399a
No related branches found
No related tags found
1 merge request!83update filter for transfer section
...@@ -154,7 +154,7 @@ else ...@@ -154,7 +154,7 @@ else
echo echo
echo ">>> Summary of transfer actions:" echo ">>> Summary of transfer actions:"
cat $logfile | grep "__[A-Z][A-Z]*__" | grep -v '__DB__' | filterColor cat $logfile | grep "__[A-Z][A-Z]*__" | grep -E '__(BACKUP|PRUNE|REPO|VERIFY)__' | filterColor
echo echo
sShort="$sShort - OK: $iOK ... Errors: $iError" sShort="$sShort - OK: $iOK ... Errors: $iError"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment