[tor-commits] [metrics-cloud/master] cfn: Fix identify_user.sh syntax

irl at torproject.org irl at torproject.org
Mon Apr 20 15:44:43 UTC 2020


commit b81a4470cc44bc4d4d9587e9a1101222d720072e
Author: Iain R. Learmonth <irl at fsfe.org>
Date:   Thu Mar 26 12:11:07 2020 +0000

    cfn: Fix identify_user.sh syntax
---
 cloudformation/identify_user.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/cloudformation/identify_user.sh b/cloudformation/identify_user.sh
index 470f28a..957eabf 100755
--- a/cloudformation/identify_user.sh
+++ b/cloudformation/identify_user.sh
@@ -4,7 +4,7 @@
 if [[ -v $TOR_METRICS_SSH_KEY ]]; then
 	echo $TOR_METRICS_SSH_KEY
 	exit 0
-done
+fi
 
 # Otherwise, make a guess based on the username.
 #





More information about the tor-commits mailing list