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