This commit removes the remaining /bin/sh shebangs in favor of /bin/bash. Relates #18448
@@ -1,2 +1,2 @@
-#!/bin/sh -e
+#!/bin/bash -e
<% commands.each {command -> %><%= command %><% } %>
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/bash
# CONF_FILE setting was removed
if [ ! -z "$CONF_FILE" ]; then
# check in case a user was using this mechanism
if [ "x$ES_CLASSPATH" != "x" ]; then
@@ -1,3 +1,3 @@
echo test
# This file contains some utilities to test the elasticsearch scripts,
# the .deb/.rpm packages and the SysV/Systemd scripts.
# This file contains some utilities to test the elasticsearch scripts with
# the .deb/.rpm packages.