diff --git a/koji-setup/install_koji_farm.sh b/koji-setup/install_koji_farm.sh index 75c9a61..4daa3cf 100644 --- a/koji-setup/install_koji_farm.sh +++ b/koji-setup/install_koji_farm.sh @@ -114,7 +114,7 @@ EOT deploy-koji.sh # if there is a separate koji builder deploy that -if [ $KOJI_BUILD_FQDN ne $KOJI_HUB_FQDN ] ; then +if [ "$KOJI_BUILD_FQDN" != "$KOJI_HUB_FQDN" ] ; then # add nfs share for koji files direcory deploy-koji-nfs-server.sh # create a ssh key and add to authorized keys on build server