diff options
author | Daniel Weipert <git@mail.dweipert.de> | 2025-08-26 11:30:49 +0200 |
---|---|---|
committer | Daniel Weipert <git@mail.dweipert.de> | 2025-08-26 11:30:49 +0200 |
commit | db014ebf9f8f84a1a0d0972298e70bf29e57c37e (patch) | |
tree | fbb4ee22f913b048e3c58720ddd77be8c5805efb /bin/matrix-commander-login | |
parent | 6dc0447320272aaae51a98eb6606597019f986d3 (diff) |
create .cache directory and move tests to Integration directory
Diffstat (limited to 'bin/matrix-commander-login')
-rwxr-xr-x | bin/matrix-commander-login | 2 |
1 files changed, 2 insertions, 0 deletions
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 \ |