Fixed utility ssh-keys bug
authorAndy Witter <awitter@georgialibraries.org>
Tue, 23 Apr 2013 11:18:59 +0000 (07:18 -0400)
committerAndy Witter <awitter@georgialibraries.org>
Tue, 23 Apr 2013 11:18:59 +0000 (07:18 -0400)
templates/setup.sh

index afd36ca..c64f8b2 100755 (executable)
@@ -409,7 +409,7 @@ EOF
                        echo "Failed to install new crontab for tar_file"
                        sleep 3
                fi
-               if -e ./setup_sshkeys.sh
+               if [ -e ./setup_sshkeys.sh ]
                then
                        echo;echo;echo "Setting up ssh keys"
                        sleep 3