1
0
mirror of https://github.com/spantaleev/matrix-docker-ansible-deploy.git synced 2025-06-18 22:17:50 +02:00

Fix matrix-dendrite-create-account usage help

This commit is contained in:
Slavi Pantaleev
2022-08-24 06:59:08 +03:00
committed by GitHub
parent 3ff56bff1d
commit d7ed672f7f

View File

@ -2,7 +2,7 @@
#!/bin/bash #!/bin/bash
if [ $# -ne 2 ]; then if [ $# -ne 2 ]; then
echo "Usage: "$0" <username> <password>" echo "Usage: "$0" <username> <password> <admin access: 0 or 1>"
exit 1 exit 1
fi fi