small fixes

This commit is contained in:
olli 2023-05-10 15:06:13 +02:00
parent 1681bd17f6
commit eed13bf9d0

View File

@ -22,7 +22,7 @@ function analyze {
. dabo/functions/check_buy_conditions.sh . dabo/functions/check_buy_conditions.sh
. dabo/functions/check_sell_conditions.sh . dabo/functions/check_sell_conditions.sh
. dabo/functions/get_vars_from_csv.sh . dabo/functions/get_vars_from_csv.sh
. dabo/dabo-bot.conf #. dabo/dabo-bot.conf
. dabo-bot.conf . dabo-bot.conf
. analyze.conf . analyze.conf
@ -110,7 +110,7 @@ function analyze {
} }
for conf in dabo/dabo-bot.conf dabo-bot.conf analyze.conf for conf in dabo-bot.conf analyze.conf
do do
. $conf . $conf
cat $conf cat $conf