From 07eef781baaf093dac6ecf2bc4e4f8bbb7f08db6 Mon Sep 17 00:00:00 2001 From: thursday Date: Tue, 13 Jul 2021 08:03:56 -0400 Subject: Update docker/entrypoint.sh Co-authored-by: Cromefire_ --- docker/entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 4f089d0..a897339 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -15,7 +15,7 @@ https://opencollective.com/getferdi/ EOL # Create APP key if needed -if [[ -f "/app/adata/FERDI_APP_KEY.txt" ]]; then +if [[ -f "${DATA_DIR}/FERDI_APP_KEY.txt" ]]; then echo " " echo "**** App Key found ****" APP_KEY=$(echo "${APP_KEY}") -- cgit v1.2.3-70-g09d2