From: Andy Witter Date: Tue, 23 Apr 2013 11:18:59 +0000 (-0400) Subject: Fixed utility ssh-keys bug X-Git-Tag: GenaSYS-2.3.6~42 X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=c6336d6d094d6c4f3b959f305ae295e728900ec2;p=contrib%2Fpines%2Fgenasys.git Fixed utility ssh-keys bug --- diff --git a/templates/setup.sh b/templates/setup.sh index afd36ca..c64f8b2 100755 --- a/templates/setup.sh +++ b/templates/setup.sh @@ -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