From ab1c3551f9fd96a91375c26e882f843fdc89b30a Mon Sep 17 00:00:00 2001 From: olli Date: Mon, 26 Aug 2024 13:51:34 +0200 Subject: [PATCH] fix path --- dabo/fetch-ohlcv-candles-indicators.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dabo/fetch-ohlcv-candles-indicators.sh b/dabo/fetch-ohlcv-candles-indicators.sh index fb702a9..4c8be10 100755 --- a/dabo/fetch-ohlcv-candles-indicators.sh +++ b/dabo/fetch-ohlcv-candles-indicators.sh @@ -32,7 +32,7 @@ do . ../../dabo-bot.conf . ../../dabo-bot.override.conf # notify failed yahoo downloads - [ "$interval" = "1d" ] && cat *USD_* *ECONOMY* 2>/dev/null | notify.sh -s "Failed Yahoo downloads" + [ "$interval" = "1d" ] && cat FAILED_YAHOO/*USD_* FAILED_YAHOO/*ECONOMY* 2>/dev/null | notify.sh -s "Failed Yahoo downloads" # Timestamp export f_timestamp=$(g_date_print) # get candles and indicators