Skip to content

Commit a3f8e65

Browse files
committed
Fix minor typo
1 parent bc608da commit a3f8e65

8 files changed

+8
-8
lines changed

1.3/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

1.4/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

1.5/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

1.6/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

1.7/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

2.0/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

2.1/docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

docker-entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if [ "${1:0:1}" = '-' ]; then
88
fi
99

1010
# 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`
1212
if [ "$1" = 'elasticsearch' -a "$(id -u)" = '0' ]; then
1313
# Change the ownership of /usr/share/elasticsearch/data to elasticsearch
1414
chown -R elasticsearch:elasticsearch /usr/share/elasticsearch/data

0 commit comments

Comments
 (0)