FOrmatting and bugfix in loader script

This commit is contained in:
Joe Tretter
2020-04-24 16:27:06 -05:00
parent a1a43f416a
commit b8b830f154
2 changed files with 3 additions and 2 deletions

View File

@@ -9,7 +9,7 @@ while getopts "d" opt; do
esac
done
find . -name 'quoteStore_202*.sqlite3.gz' | while read db; do
find . -maxdepth 1 -name 'quoteStore_202*.sqlite3.gz' | while read db; do
echo unpacking $db
gzip -dc $db >/tmp/xx.sqlite3
echo processing...