Merge branch 'fix/SEARCH-1894_fix_search_script' into 'master'

SEARCH-1894 Updating master protocol condition

See merge request search_discovery/insightengine!316
This commit is contained in:
Sri Vellingiri
2020-01-10 09:57:06 +00:00
@@ -41,7 +41,7 @@ fi
if [[ $REPLICATION_TYPE == "slave" ]]; then
if [[ $REPLICATION_MASTER_PROTOCOL == "" ]]; then
if [[ $REPLICATION_MASTER_PROTOCOL != https ]]; then
REPLICATION_MASTER_PROTOCOL=http
fi