Switch init.d scripts to use bash

This commit modifies the init.d scripts to use bash now that bash is a
required dependency.

Relates #18308
This commit is contained in:
Jason Tedor 2016-05-12 18:13:04 -04:00
parent 8155e1efda
commit f9667dbe33
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# /etc/init.d/elasticsearch -- startup script for Elasticsearch # /etc/init.d/elasticsearch -- startup script for Elasticsearch
# #

View File

@ -1,4 +1,4 @@
#!/bin/sh #!/bin/bash
# #
# elasticsearch <summary> # elasticsearch <summary>
# #