File tree Expand file tree Collapse file tree 9 files changed +9
-9
lines changed Expand file tree Collapse file tree 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 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
1414 echo >&3 " $0 : /docker-entrypoint.d/ is not empty, will attempt to perform configuration"
1515
1616 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
1818 case " $f " in
1919 * .sh)
2020 if [ -x " $f " ]; then
You can’t perform that action at this time.
0 commit comments