rm error msg fix

This commit is contained in:
olli 2024-11-05 12:35:35 +01:00
parent bf0bb1e77e
commit 2cea87bce7

View File

@ -30,8 +30,8 @@ do
# Reload Config # Reload Config
. ../../dabo-bot.conf . ../../dabo-bot.conf
. ../../dabo-bot.override.conf . ../../dabo-bot.override.conf
# get orders # get all indicators
get_indicators_all get_indicators_all
rm asset-histories/*.history.*.csv.indicators-calculating rm -f asset-histories/*.history.*.csv.indicators-calculating
done done