incorrect comparator

This commit is contained in:
Trevor Batley 2023-09-01 14:36:20 +10:00
parent a2ad37859b
commit 488f85ad6a

View File

@ -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