Merge pull request #8298 from Security-Onion-Solutions/fix/kibana_space_defaults_shebang

Add shebang so that so-kibana-space-defaults will work correctly on Ubuntu
This commit is contained in:
weslambert
2022-07-13 16:50:21 -04:00
committed by GitHub

View File

@@ -1,3 +1,4 @@
#!/bin/bash
. /usr/sbin/so-common
{% set HIGHLANDER = salt['pillar.get']('global:highlander', False) %}
wait_for_web_response "http://localhost:5601/app/kibana" "Elastic" 300 "{{ ELASTICCURL }}"