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

Merge branch '5604-fix-show-missing-sqlite-dumps' into 'master'

check clientbackup: mask the dot for divider

See merge request !30
parents 88b1114c 8f5d6848
No related branches found
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 )
do
echo "$result" | grep "$dbtype\ backup" >/dev/null \
&& echo --- local dumps "${dbtype//__DB__/}" \
&& echo "$result" | grep "$dbtype" | grep -v ".log" \
&& echo "$result" | grep "$dbtype" | grep -v "\.log" \
&& echo
done
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment