From 442ef142fc4bd7c430d8a1314535f03576f616f6 Mon Sep 17 00:00:00 2001 From: Vijay Aravamudhan Date: Sun, 24 Apr 2022 12:23:44 -0500 Subject: Rebranded from 'ferdi' to 'ferdium' (#4) --- docker/entrypoint.sh | 26 ++++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) (limited to 'docker/entrypoint.sh') diff --git a/docker/entrypoint.sh b/docker/entrypoint.sh index 2e58abc..44f480f 100755 --- a/docker/entrypoint.sh +++ b/docker/entrypoint.sh @@ -2,19 +2,21 @@ cat << EOL ------------------------------------- - ____ ___ - / __/__ _______/ (_) - / _// -_) __/ _ / / - _/_/ \__/_/ \_,_/_/ - / __/__ _____ _____ ____ - _\ \/ -_) __/ |/ / -_) __/ - /___/\__/_/ |___/\__/_/ -Brought to you by getferdi.com -Support our Open Collective at: -https://opencollective.com/getferdi/ + ______ ___ + / ____/__ _________/ (_)_ ______ ___ + / /_ / _ \/ ___/ __ / / / / / __ `__ \ + / __/ / __/ / / /_/ / / /_/ / / / / / / + /_/ \___/_/ \__,_/_/\__,_/_/ /_/ /_/ + + _____ + / ___/___ ______ _____ _____ + \__ \/ _ \/ ___/ | / / _ \/ ___/ + ___/ / __/ / | |/ / __/ / + /____/\___/_/ |___/\___/_/ +Brought to you by ferdium.org EOL -key_file="${DATA_DIR}/FERDI_APP_KEY.txt" +key_file="${DATA_DIR}/FERDIUM_APP_KEY.txt" print_app_key_message() { app_key=$1 @@ -25,7 +27,7 @@ print_app_key_message() { # Create APP key if needed if [ -z ${APP_KEY} ] && [ ! -f ${key_file} ] then - echo '**** Generating Ferdi-server app key for first run ****' + echo '**** Generating Ferdium-server app key for first run ****' adonis key:generate APP_KEY=$(grep APP_KEY .env | cut -d '=' -f2) echo ${APP_KEY} > ${key_file} -- cgit v1.2.3-54-g00ecf