diff --git a/bash/new-matrix-user.sh b/bash/new-matrix-user.sh new file mode 100644 index 0000000..4c4fb44 --- /dev/null +++ b/bash/new-matrix-user.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +ssh root@murmur register_new_matrix_user -u "$1" -p "$2" --no-admin -c /etc/matrix-synapse/homeserver.yaml http://localhost:8008