From 26011eb17034ff6b5ecef24f45df8934b897320a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A5l-Kristian=20Hamre?= Date: Tue, 29 Jul 2025 22:04:31 +0200 Subject: [PATCH] Set correct path for prod. --- run_daily_job.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_daily_job.sh b/run_daily_job.sh index cf70ed2..51f33a2 100755 --- a/run_daily_job.sh +++ b/run_daily_job.sh @@ -1,6 +1,6 @@ #!/bin/bash -BASE_DIR="/home/pkhamre/git/rstat" +BASE_DIR="/home/rstat/reddit_stock_analyzer" # CRITICAL: Navigate to the project directory using an absolute path. cd ${BASE_DIR}