From ceccae873ecc9772376d79c9b110fd369451f711 Mon Sep 17 00:00:00 2001 From: Andy Witter Date: Wed, 13 Jan 2016 16:34:37 -0500 Subject: [PATCH] fix tab indent --- templates/setup_sshkeys.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/setup_sshkeys.sh b/templates/setup_sshkeys.sh index bdb2316..0200953 100755 --- a/templates/setup_sshkeys.sh +++ b/templates/setup_sshkeys.sh @@ -42,7 +42,7 @@ if cat /etc/passwd |grep -q opensrf echo #su - opensrf -c "ssh-copy-id -i $PUB_KEY opensrf@$NODE" ssh-copy-id -i $PUB_KEY opensrf@$NODE -o StrictHostKeyChecking=no - su - opensrf -c "ssh gsdev-brick01-head -o StrictHostKeyChecking=no -C 'echo $NODE OK'" + su - opensrf -c "ssh gsdev-brick01-head -o StrictHostKeyChecking=no -C 'echo $NODE OK'" done else echo "user opensrf does not exist create the user" -- 2.11.0