aboutsummaryrefslogtreecommitdiffstats
path: root/docker
diff options
context:
space:
mode:
authorLibravatar thursday <xthursdayx@mailbox.org>2021-09-16 17:32:28 -0400
committerLibravatar GitHub <noreply@github.com>2021-09-16 17:32:28 -0400
commitd3ad6f43b9e15df91020576a042621089db2ca2f (patch)
tree70049c6d6074edd66f91dcf27477dd7d98422074 /docker
parentUpdate entrypoint.sh (diff)
downloadferdium-server-d3ad6f43b9e15df91020576a042621089db2ca2f.tar.gz
ferdium-server-d3ad6f43b9e15df91020576a042621089db2ca2f.tar.zst
ferdium-server-d3ad6f43b9e15df91020576a042621089db2ca2f.zip
Update entrypoint.sh
Diffstat (limited to 'docker')
-rwxr-xr-xdocker/entrypoint.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh
index 2d1fd89..abd0ed3 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=$(cat /data/FERDI_APP_KEY.txt) 21 APP_KEY=$(cat "${DATA_DIR}/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 ****"