mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 06:26:57 +00:00
fix grepping for collabora string
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
d7d352ebdd
commit
9f6f396447
1 changed files with 1 additions and 1 deletions
|
|
@ -540,7 +540,7 @@ php /var/www/html/occ config:app:set notify_push base_endpoint --value="https://
|
||||||
# Collabora
|
# Collabora
|
||||||
if [ "$COLLABORA_ENABLED" = 'yes' ]; then
|
if [ "$COLLABORA_ENABLED" = 'yes' ]; then
|
||||||
set -x
|
set -x
|
||||||
if [ "$COLLABORA_HOST" = "nextcloud-.*-collabora" ]; then
|
if echo "$COLLABORA_HOST" | grep -q "nextcloud-.*-collabora"; then
|
||||||
COLLABORA_HOST="$NC_DOMAIN"
|
COLLABORA_HOST="$NC_DOMAIN"
|
||||||
fi
|
fi
|
||||||
set +x
|
set +x
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue