Skip to content
Snippets Groups Projects

check clientbackup: mask the dot for divider

Merged Hahn Axel (hahn) requested to merge 5604-fix-show-missing-sqlite-dumps into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
+ 1
1
@@ -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
Loading