Skip to content

Commit

Permalink
Rollback changes to bat
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Crawford <[email protected]>
  • Loading branch information
stephen-crawford committed Dec 1, 2022
1 parent 183183c commit f7e840a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/install_demo_configuration.bat
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ echo plugins.security.system_indices.indices: [".plugins-ml-model", ".plugins-ml
if %cluster_mode% == 1 (
echo network.host: 0.0.0.0 >> "%OPENSEARCH_CONF_FILE%"
echo node.name: smoketestnode >> "%OPENSEARCH_CONF_FILE%"
echo cluster.initial_cluster_manager_nodes: smoketestnode >> "%OPENSEARCH_CONF_FILE%"
echo cluster.initial_master_nodes: smoketestnode >> "%OPENSEARCH_CONF_FILE%"
)
)

Expand Down

0 comments on commit f7e840a

Please sign in to comment.