small fixes
This commit is contained in:
parent
49d724b876
commit
1681bd17f6
@ -15,6 +15,9 @@ function analyze {
|
|||||||
local file=$1
|
local file=$1
|
||||||
tmpfile=$(basename "${file}")
|
tmpfile=$(basename "${file}")
|
||||||
|
|
||||||
|
# to avoid parallel output
|
||||||
|
sleep $(shuf -i 1-10 -n1)
|
||||||
|
|
||||||
. /etc/bash/gaboshlib/g_percentage-diff.bashfunc
|
. /etc/bash/gaboshlib/g_percentage-diff.bashfunc
|
||||||
. dabo/functions/check_buy_conditions.sh
|
. dabo/functions/check_buy_conditions.sh
|
||||||
. dabo/functions/check_sell_conditions.sh
|
. dabo/functions/check_sell_conditions.sh
|
||||||
@ -43,7 +46,7 @@ function analyze {
|
|||||||
lines=$(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,' | wc -l)
|
lines=$(egrep "^${ANALYZE_TIME}" "$file" | grep -v ',,' | wc -l)
|
||||||
if [ $lines -lt 50 ]
|
if [ $lines -lt 50 ]
|
||||||
then
|
then
|
||||||
g_echo "Only $lines lines for given timeframe (${ANALYZE_TIME}) in $file - ignoring files with less then 25!"
|
g_echo "Only $lines lines for given timeframe (${ANALYZE_TIME}) in $file - ignoring files with less then 50!"
|
||||||
return 1
|
return 1
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user