fix signal message handling
This commit is contained in:
@@ -269,9 +269,9 @@ RECIPIENT = "+14168226179"
|
||||
|
||||
def pushsignal(msg, title="hbd", recipient=RECIPIENT):
|
||||
|
||||
message = f'"{title}: {msg}"'
|
||||
message = f'{title}: {msg}'
|
||||
CLI = [
|
||||
"sudo", "-u", "andreas",
|
||||
"/usr/local/bin/sudo", "-u", "andreas",
|
||||
"/usr/local/bin/signal-cli", "-u", USER,
|
||||
"send", "-m", message,
|
||||
# "-g", GROUP,
|
||||
|
||||
Reference in New Issue
Block a user