mirror of
https://github.com/Alfresco/SearchServices.git
synced 2026-09-16 18:12:56 +00:00
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:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user