Skip to content

Commit 0f88be3

Browse files
committed
using /tmp/shell.sock path for consistency with sockproc examples
1 parent 52ef453 commit 0f88be3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

‎README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ https://github.com/juce/sockproc
2222

2323
Make sure to have sockproc running and listenning on a UNIX domain socket:
2424

25-
$ ./sockproc /tmp/hello.sock
25+
$ ./sockproc /tmp/shell.sock
2626

2727
In your OpenResty config:
2828

‎lib/resty/shell.lua

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ local shell = {
1111
_VERSION = '0.01'
1212
}
1313

14-
local sockproc_socket = "unix:/tmp/hello.sock"
14+
local sockproc_socket = "unix:/tmp/shell.sock"
1515

1616

1717
function shell.execute(cmd, args)

0 commit comments

Comments
 (0)