fix tab indent
authorAndy Witter <awitter@georgialibraries.org>
Wed, 13 Jan 2016 21:34:37 +0000 (16:34 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Wed, 13 Jan 2016 21:34:37 +0000 (16:34 -0500)
templates/setup_sshkeys.sh

index bdb2316..0200953 100755 (executable)
@@ -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"