From 4fdb4390c9d46c01655da249d89b2806c56154c0 Mon Sep 17 00:00:00 2001 From: ened Date: Sat, 29 Mar 2025 23:52:07 +0900 Subject: [PATCH] Change db generation time --- crontab.config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crontab.config b/crontab.config index c5cd4b4..356609b 100644 --- a/crontab.config +++ b/crontab.config @@ -6,5 +6,5 @@ 0 22 * * 1-5 cd ~/Kiss/bin && ./shorts_all.sh 30 22 * * 1-5 cd ~/Kiss/bin && ./investor_all.sh 50 22 * * 1-5 cd ~/Kiss/bin && ./candle_day_all.sh -20 23 * * 1-5 cd ~/Kiss/bin && ./db_candle_today.sh +40 23 * * 1-5 cd ~/Kiss/bin && ./db_candle_today.sh 0 22 * * 0 cd ~/Kiss/bin && ./candle_week_all.sh