Add shebang so that so-kibana-space-defaults will work correctly on Ubuntu

This commit is contained in:
weslambert
2022-07-13 16:48:39 -04:00
committed by GitHub
parent 37df49d4f3
commit 0fd4f34b5b

View File

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