2
0
Fork 0
mirror of https://github.com/friendica/docker synced 2025-12-07 22:07:09 +01:00

Update 2025.02-dev/apache/entrypoint.sh

I blame my copy/paste for that series of duplicated lines

Co-authored-by: Hypolite Petovan <hypolite@mrpetovan.com>
This commit is contained in:
M33 2025-01-29 18:08:44 +01:00 committed by GitHub
commit 95a7178a64
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -149,7 +149,6 @@ if expr "$1" : "apache" 1>/dev/null || [ "$1" = "php-fpm" ]; then
# shellcheck disable=SC2016
install_options=$install_options' --admin "'$FRIENDICA_ADMIN_MAIL'" --tz "'$FRIENDICA_TZ'" --lang "'$FRIENDICA_LANG'" --url "'$FRIENDICA_URL'"'
install=true
install=true
else
echo "One or more environment variable is not set, skipping automated installation"
fi