aboutsummaryrefslogtreecommitdiff
path: root/run.sh
diff options
context:
space:
mode:
Diffstat (limited to 'run.sh')
-rwxr-xr-xrun.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/run.sh b/run.sh
index 53b3cfd..6a10895 100755
--- a/run.sh
+++ b/run.sh
@@ -19,7 +19,7 @@ do
d=$(date -Ins)
week=$(date +%U)
- signal-cli -u ${GSB_USER} receive -json | tee msgs/msg${d}.log | python3 geldschieberbot.py
+ signal-cli -u ${GSB_USER} receive --json | tee msgs/msg${d}.log | python3 geldschieberbot.py
# only keep non empty logs
[[ $(du msgs/msg${d}.log | cut -f 1) == 0 ]] && rm msgs/msg${d}.log