small fixes

This commit is contained in:
olli 2023-05-10 15:19:21 +02:00
parent eed13bf9d0
commit 93e882e561

View File

@ -129,7 +129,7 @@ cp -r strategies analyze-${analyzedate}/
for file in $@ for file in $@
do do
echo "${file}" | grep -q "BALANCE" && continue echo "${file}" | egrep -q "BALANCE|MSCI-WORLD-INDEX" && continue
if [ "${ANALYZE_BATCH}" -eq "0" ] if [ "${ANALYZE_BATCH}" -eq "0" ]
then then
echo -n " \"analyze ${file}\"" >>/tmp/parallel-$$ echo -n " \"analyze ${file}\"" >>/tmp/parallel-$$