From a868f874d7458161743995587232c828dae5a0c4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 26 Jul 2025 13:54:37 -0700 Subject: [PATCH] Add file paths. --- Config/LibreTranslate/cron-reboot.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Config/LibreTranslate/cron-reboot.sh b/Config/LibreTranslate/cron-reboot.sh index e454e97..5873ebf 100755 --- a/Config/LibreTranslate/cron-reboot.sh +++ b/Config/LibreTranslate/cron-reboot.sh @@ -6,7 +6,7 @@ DIR="$(dirname -- "${BASH_SOURCE[0]}")" cd $DIR -source .env +source ./.env ## Main ## @@ -14,7 +14,7 @@ source .env docker compose down # Create folders. -prep.sh +./prep.sh # Start the container. docker compose up -d