File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ _datadir() {
60
60
61
61
# For use with the client if user passes the --socket argument
62
62
_socket () {
63
- " $@ " --verbose --help --log-bin-index= " $( mktemp -u ) " 2> /dev/null | awk ' $1 == "socket" { print $2; exit }'
63
+ " $@ " --verbose --help 2> /dev/null | awk ' $1 == "socket" { print $2; exit }'
64
64
}
65
65
66
66
# allow the container to be started with `--user`
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ _datadir() {
60
60
61
61
# For use with the client if user passes the --socket argument
62
62
_socket () {
63
- " $@ " --verbose --help --log-bin-index= " $( mktemp -u ) " 2> /dev/null | awk ' $1 == "socket" { print $2; exit }'
63
+ " $@ " --verbose --help 2> /dev/null | awk ' $1 == "socket" { print $2; exit }'
64
64
}
65
65
66
66
# allow the container to be started with `--user`
You can’t perform that action at this time.
0 commit comments