From d5e007269a8b17e419dbbac2ae072d585393e3d2 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 25 Mar 2023 11:27:16 +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 6f351c359..ba1a78d77 100755 --- a/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh +++ b/nextcloud/rootfs/etc/cont-init.d/99-elasticsearch.sh @@ -9,7 +9,7 @@ fi || bashio::log.info "occ not found" # Make sure there is an Nextcloud installation if [[ $($LAUNCHER -V 2>&1) == *"not installed"* ]]; then - bashio::log.warning "It seems there is no Nextcloud server installed. Please restart the addon after initialization of the user." + echo "... please install first Nextcloud through the webui" exit 0 fi