From 27689e25d80f99713870798012021a371c4a46c4 Mon Sep 17 00:00:00 2001 From: Hyperling Date: Sat, 26 Jul 2025 12:01:10 -0700 Subject: [PATCH] Be more specific about the docker home location, rather than accidentally promoting the use of a variable which would not work. --- Config/LibreTranslate/env.example | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Config/LibreTranslate/env.example b/Config/LibreTranslate/env.example index 2107396..2222cb6 100644 --- a/Config/LibreTranslate/env.example +++ b/Config/LibreTranslate/env.example @@ -42,6 +42,5 @@ MODELS_DIR=../../Volumes/LibreTranslate/models ## Storing them in /tmp/ will cause them to get reset after reboots, but hides ## them from backup type locations such as Volumes/LibreTranslate/ and /var/. ## This will require a CRON entry for prepping the project dirs after a reboot. -## `@reboot /YOUR_DOCKER_HOME/Config/LibreTranslate/prep.sh` -## +## `@reboot /opt/Docker/Config/LibreTranslate/prep.sh` # MODELS_DIR=/tmp/LibreTranslate/models