get a bit more space on the screen

This commit is contained in:
2024-08-25 13:19:36 -05:00
parent 2143f7f636
commit 94f6733e35
2 changed files with 3 additions and 3 deletions

View File

@@ -2,7 +2,7 @@
while /bin/true; do
(set -e
find /home/schwab/OptionRecorderSchwab/data/ -type f -cnewer lastRun.stamp | grep -v -e '\..TM\.' | sort | while read singleFile; do
echo Processing ${singleFile} | tee | systemd-cat -t "`basename $0`" -p info
echo Processing ${singleFile} | tee | systemd-cat -t "`basename $0`" -p debug
symbol=$(pbzip2 -dc "${singleFile}" | jq -e -r '.symbol' | tr -d '$')
timeStamp=$(basename "${singleFile}" | cut -c 1-19 | tr '_' ":")
insertSQL=$(cat <<-EOF