File tree Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Expand file tree Collapse file tree 11 files changed +22
-22
lines changed Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ if [ "$1" = "nginx" -o "$1" = "nginx-debug" ]; then
18
18
case " $f " in
19
19
* .envsh)
20
20
if [ -x " $f " ]; then
21
- echo >&3 " $0 : Sourcing $f " ;
21
+ entrypoint_log " $0 : Sourcing $f " ;
22
22
. " $f "
23
23
else
24
24
# warn on shell scripts without exec bit
25
- echo >&3 " $0 : Ignoring $f , not executable" ;
25
+ entrypoint_log " $0 : Ignoring $f , not executable" ;
26
26
fi
27
27
;;
28
28
* .sh)
You can’t perform that action at this time.
0 commit comments