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 0679530..2d1fd89 100755
--- a/docker/entrypoint.sh
+++ b/docker/entrypoint.sh
@@ -18,7 +18,7 @@ EOL
18if [[ -f "${DATA_DIR}/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=$(cat /data/FERDI_APP_KEY.txt)
22 echo "**** App Key set to $APP_KEY you can modify FERDI_APP_KEY.txt to update your key ****" 22 echo "**** App Key set to $APP_KEY you can modify FERDI_APP_KEY.txt to update your key ****"
23elif [[ -z "${APP_KEY}" ]]; then 23elif [[ -z "${APP_KEY}" ]]; then
24 echo "**** Generating Ferdi-server app key for first run ****" 24 echo "**** Generating Ferdi-server app key for first run ****"