Fix BUG - hardcoded hostname - duhh
authorAndy Witter <awitter@georgialibraries.org>
Fri, 15 Jan 2016 05:16:01 +0000 (00:16 -0500)
committerAndy Witter <awitter@georgialibraries.org>
Fri, 15 Jan 2016 05:16:01 +0000 (00:16 -0500)
GenaSYS.sh
templates/setup_sshkeys.sh

index 208dd88..d8281e5 100755 (executable)
@@ -25,8 +25,8 @@
     PURPOSE_="Generate config files needed for Evergreen-ILS Cluster"
    SYNOPSIS_="$NAME_"
    REQUIRES_="standard GNU commands, apt, dpkg"
-    VERSION_="1.62"
-       DATE_="2010-11-23; last update: 2016-01-14"
+    VERSION_="1.63"
+       DATE_="2010-11-23; last update: 2016-01-15"
      AUTHOR_="Andy Witter <awitter@georgialibraries.org>"
         URL_="http://evergreen-ils.org"
    CATEGORY_="devel"
index f95bc16..9c8ba4a 100755 (executable)
@@ -52,7 +52,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 $NODE -o StrictHostKeyChecking=no -C 'echo $NODE OK'"
        done
                else
                echo "user opensrf does not exist create the user"