File tree 9 files changed +9
-9
lines changed
9 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
14
14
echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
15
15
16
16
echo >&3 " $0 : Looking for shell scripts in /docker-entrypoint.d/"
17
- find " /docker-entrypoint.d/" -follow -type f -print | sort -n | while read -r f; do
17
+ find " /docker-entrypoint.d/" -follow -type f -print | sort -V | while read -r f; do
18
18
case " $f " in
19
19
* .sh)
20
20
if [ -x " $f " ]; then
You can’t perform that action at this time.
0 commit comments