File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if [[ "$1" == "kong" ]]; then
46
46
47
47
# remove all dangling sockets in $PREFIX dir before starting Kong
48
48
LOGGED_SOCKET_WARNING=0
49
- for localfile in " $PREFIX " /* ; do
49
+ for localfile in " $PREFIX " /* " $PREFIX " /sockets/ * ; do
50
50
if [ -S " $localfile " ]; then
51
51
if (( LOGGED_SOCKET_WARNING == 0 )) ; then
52
52
printf >&2 ' WARN: found dangling unix sockets in the prefix directory '
Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ if [[ "$1" == "kong" ]]; then
46
46
47
47
# remove all dangling sockets in $PREFIX dir before starting Kong
48
48
LOGGED_SOCKET_WARNING=0
49
- for localfile in " $PREFIX " /* ; do
49
+ for localfile in " $PREFIX " /* " $PREFIX " /sockets/ * ; do
50
50
if [ -S " $localfile " ]; then
51
51
if (( LOGGED_SOCKET_WARNING == 0 )) ; then
52
52
printf >&2 ' WARN: found dangling unix sockets in the prefix directory '
You can’t perform that action at this time.
0 commit comments