File tree 8 files changed +8
-8
lines changed
8 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
8
8
fi
9
9
10
10
# Drop root privileges if we are running elasticsearch
11
- # allow the container to be stated with `--user`
11
+ # allow the container to be started with `--user`
12
12
if [ " $1 " = ' elasticsearch' -a " $( id -u) " = ' 0' ]; then
13
13
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
14
14
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data
You can’t perform that action at this time.
0 commit comments