summaryrefslogtreecommitdiff
path: root/bin
diff options
context:
space:
mode:
Diffstat (limited to 'bin')
-rwxr-xr-xbin/matrix-commander6
-rwxr-xr-xbin/matrix-commander-login2
2 files changed, 7 insertions, 1 deletions
diff --git a/bin/matrix-commander b/bin/matrix-commander
index 87ea5ae..ce73a3d 100755
--- a/bin/matrix-commander
+++ b/bin/matrix-commander
@@ -1,3 +1,7 @@
#!/bin/sh
-matrix-commander --no-ssl --plain -c credentials.json $@
+matrix-commander --no-ssl \
+ --credentials .cache/credentials.json \
+ --store .cache/store \
+ --plain \
+ $@
diff --git a/bin/matrix-commander-login b/bin/matrix-commander-login
index 43f21b0..b984dd8 100755
--- a/bin/matrix-commander-login
+++ b/bin/matrix-commander-login
@@ -1,6 +1,8 @@
#!/bin/sh
matrix-commander --no-ssl \
+ --credentials .cache/credentials.json \
+ --store .cache/store \
--homeserver=https://localhost:8080 \
--user-login=php \
--device=matrix-commander \