mirror of
https://github.com/Security-Onion-Solutions/securityonion.git
synced 2025-12-15 21:52:47 +01:00
[fix] Further .sh extension removal
* Remove more .sh extensions * Edit jinja markup to prevent whitespace trimming
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
{%- set ES = salt['pillar.get']('master:mainip', '') -%}
|
||||
#!/bin/bash
|
||||
{% set ES = salt['pillar.get']('master:mainip', '') %}
|
||||
{%- set MASTER = grains['master'] %}
|
||||
|
||||
# Wait for ElasticSearch to come up, so that we can query for version infromation
|
||||
echo -n "Waiting for ElasticSearch..."
|
||||
COUNT=0
|
||||
@@ -1,4 +1,6 @@
|
||||
{%- set ES = salt['pillar.get']('master:mainip', '') -%}
|
||||
#!/bin/bash
|
||||
{% set ES = salt['pillar.get']('master:mainip', '') %}
|
||||
|
||||
# Wait for ElasticSearch to come up, so that we can query for version infromation
|
||||
echo -n "Waiting for ElasticSearch..."
|
||||
COUNT=0
|
||||
Reference in New Issue
Block a user