From 08cd1d870a17e6377e72693762baa1931963b386 Mon Sep 17 00:00:00 2001 From: Joe Tretter Date: Wed, 21 Aug 2024 11:18:47 -0500 Subject: [PATCH] Fixing the continuous loader after hidden breaking changes from yesterday --- .../quoteDBs/continuousOptionTrainerLoad.sh | 32 +++++++++---------- 1 file changed, 16 insertions(+), 16 deletions(-) diff --git a/server/quoteDBs/continuousOptionTrainerLoad.sh b/server/quoteDBs/continuousOptionTrainerLoad.sh index d7127ce..b6c82b2 100644 --- a/server/quoteDBs/continuousOptionTrainerLoad.sh +++ b/server/quoteDBs/continuousOptionTrainerLoad.sh @@ -5,24 +5,24 @@ while /bin/true; do echo Processing ${singleFile} | tee | systemd-cat -t "`basename $0`" -p info symbol=$(pbzip2 -dc "${singleFile}" | jq -e -r '.symbol' | tr -d '$') timeStamp=$(basename "${singleFile}" | cut -c 1-19 | tr '_' ":") - insertSQL=$(cat <&1 | systemd-cat -t "`basename $0`" -p debug