From 488f85ad6af3374ca5d739a7d7821d5bcf8d8c6b Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Fri, 1 Sep 2023 14:36:20 +1000 Subject: [PATCH] incorrect comparator --- koji-setup/install_koji_farm.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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