From ac95db456f0fbbb03761cdbc9c5d3302ba73a9bc Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 9 Mar 2023 04:47:25 +0100 Subject: [PATCH] Update 99-elasticsearch.sh --- nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh b/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh index 62fca3574..0250a8aa5 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh @@ -48,7 +48,7 @@ if bashio::config.true 'Full_Text_Search'; then if bashio::config.has_value 'elasticsearch_server'; then HOST=$(bashio::config 'elasticsearch_server') else - bashio::log.warning 'Please define elasticsearch server url in addon options with the format "ip:port" such as "192.168.178.1:9200"' + bashio::log.warning 'Please define elasticsearch server url in addon options with the format "ip:port" such as "192.168.178.1:9200". Default value of http://db21ed7f-elasticsearch:9200 will be used' HOST=http://db21ed7f-elasticsearch:9200 #HOST=$(bashio::network.ipv4_address) #HOST="${HOST%/*}:9200"