From 591129b98ceddb203feb43ec9284f2e84642e856 Mon Sep 17 00:00:00 2001 From: Jason Ertel Date: Tue, 28 Mar 2023 11:57:22 -0400 Subject: [PATCH] Update so-elasticsearch-pipelines --- salt/elasticsearch/tools/sbin/so-elasticsearch-pipelines | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/salt/elasticsearch/tools/sbin/so-elasticsearch-pipelines b/salt/elasticsearch/tools/sbin/so-elasticsearch-pipelines index b5b765b94..7fdc6ff7b 100755 --- a/salt/elasticsearch/tools/sbin/so-elasticsearch-pipelines +++ b/salt/elasticsearch/tools/sbin/so-elasticsearch-pipelines @@ -1,4 +1,4 @@ -#/bin/bash +#!/bin/bash # Copyright Security Onion Solutions LLC and/or licensed to Security Onion Solutions LLC under one # or more contributor license agreements. Licensed under the Elastic License 2.0 as shown at # https://securityonion.net/license; you may not use this file except in compliance with the @@ -51,4 +51,4 @@ if [ ! -f /opt/so/state/espipelines.txt ]; then fi else exit $RETURN_CODE -fi \ No newline at end of file +fi