From d7ed672f7f3e7e43569af83ccb0b17e0788cce2d Mon Sep 17 00:00:00 2001 From: Slavi Pantaleev Date: Wed, 24 Aug 2022 06:59:08 +0300 Subject: [PATCH] Fix matrix-dendrite-create-account usage help --- .../dendrite/usr-local-bin/matrix-dendrite-create-account.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2 b/roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2 index 7505566aa..507c7012e 100644 --- a/roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2 +++ b/roles/matrix-dendrite/templates/dendrite/usr-local-bin/matrix-dendrite-create-account.j2 @@ -2,7 +2,7 @@ #!/bin/bash if [ $# -ne 2 ]; then - echo "Usage: "$0" " + echo "Usage: "$0" " exit 1 fi