aboutsummaryrefslogtreecommitdiffstats
path: root/docker/entrypoint.sh
diff options
context:
space:
mode:
Diffstat (limited to 'docker/entrypoint.sh')
-rwxr-xr-xdocker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
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/
15EOL 15EOL
16 16
17# Create APP key if needed 17# Create APP key if needed
18if [[ -f "/app/adata/FERDI_APP_KEY.txt" ]]; then 18if [[ -f "${DATA_DIR}/FERDI_APP_KEY.txt" ]]; then
19 echo " " 19 echo " "
20 echo "**** App Key found ****" 20 echo "**** App Key found ****"
21 APP_KEY=$(echo "${APP_KEY}") 21 APP_KEY=$(echo "${APP_KEY}")