From a41d270743d95191fe67b0f7130621755054ba17 Mon Sep 17 00:00:00 2001 From: Disassembler Date: Mon, 18 Nov 2019 20:48:45 +0100 Subject: [PATCH] Replace single quotes with double quotes in solr ready command --- lxc-services/solr6/lxcfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lxc-services/solr6/lxcfile b/lxc-services/solr6/lxcfile index e5d5f25..3acd37b 100644 --- a/lxc-services/solr6/lxcfile +++ b/lxc-services/solr6/lxcfile @@ -24,4 +24,4 @@ COPY lxc USER 8983 8983 CMD /usr/bin/solr start -f -READY /bin/grep -q 'o.e.j.s.Server Started' /opt/solr/server/logs/solr.log +READY /bin/grep -q "o.e.j.s.Server Started" /opt/solr/server/logs/solr.log