Fix default socket path
This commit is contained in:
parent
84471556d4
commit
36e145dbf2
1 changed files with 1 additions and 1 deletions
|
@ -5,4 +5,4 @@ RECIPIENTS = {"foo": ["+42..."]} # FIXME
|
|||
DEFAULT_RECIPIENT = "foo" # FIXME
|
||||
|
||||
# Unix socket location
|
||||
SIGNAL_SOCKET = "/var/signal-cli/socket"
|
||||
SIGNAL_SOCKET = "/run/signal-cli/socket"
|
||||
|
|
Loading…
Reference in a new issue