mirror of
https://github.com/honeymoose/OpenSearch.git
synced 2025-03-09 14:34:43 +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
|
# /etc/init.d/elasticsearch -- startup script for Elasticsearch
|
||||||
#
|
#
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
#
|
#
|
||||||
# elasticsearch <summary>
|
# elasticsearch <summary>
|
||||||
#
|
#
|
||||||
|
Loading…
x
Reference in New Issue
Block a user