mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-02-17 10:25:15 +00:00
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:
parent
8155e1efda
commit
f9667dbe33
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# /etc/init.d/elasticsearch -- startup script for Elasticsearch
|
||||
#
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/bin/sh
|
||||
#!/bin/bash
|
||||
#
|
||||
# elasticsearch <summary>
|
||||
#
|
||||
|
Loading…
x
Reference in New Issue
Block a user