mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-20 14:36:52 +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
|
||||
if [ "$COLLABORA_ENABLED" = 'yes' ]; then
|
||||
set -x
|
||||
if [ "$COLLABORA_HOST" = "nextcloud-.*-collabora" ]; then
|
||||
if echo "$COLLABORA_HOST" | grep -q "nextcloud-.*-collabora"; then
|
||||
COLLABORA_HOST="$NC_DOMAIN"
|
||||
fi
|
||||
set +x
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue