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

check clientbackup: mask the dot for divider

parent 88b1114c
Branches
No related tags found
1 merge request!30check clientbackup: mask the dot for divider
...@@ -53,7 +53,7 @@ for dbtype in $( echo "$result" | grep -o '__DB__[a-z][a-z0-9]*' | sort -u ) ...@@ -53,7 +53,7 @@ for dbtype in $( echo "$result" | grep -o '__DB__[a-z][a-z0-9]*' | sort -u )
do do
echo "$result" | grep "$dbtype\ backup" >/dev/null \ echo "$result" | grep "$dbtype\ backup" >/dev/null \
&& echo --- local dumps "${dbtype//__DB__/}" \ && echo --- local dumps "${dbtype//__DB__/}" \
&& echo "$result" | grep "$dbtype" | grep -v ".log" \ && echo "$result" | grep "$dbtype" | grep -v "\.log" \
&& echo && echo
done done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment