From 2cea87bce7974043fa6a8eeb77a6346f8bc4149a Mon Sep 17 00:00:00 2001 From: olli Date: Tue, 5 Nov 2024 12:35:35 +0100 Subject: [PATCH] rm error msg fix --- dabo/calc-indicators-hist.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dabo/calc-indicators-hist.sh b/dabo/calc-indicators-hist.sh index 806a3dd..f37f92f 100755 --- a/dabo/calc-indicators-hist.sh +++ b/dabo/calc-indicators-hist.sh @@ -30,8 +30,8 @@ do # Reload Config . ../../dabo-bot.conf . ../../dabo-bot.override.conf - # get orders + # get all indicators get_indicators_all - rm asset-histories/*.history.*.csv.indicators-calculating + rm -f asset-histories/*.history.*.csv.indicators-calculating done