missing ;

This commit is contained in:
Trevor Batley 2023-09-04 17:50:28 +10:00
parent 87b2b48781
commit 97dfa4112c

View File

@ -69,7 +69,7 @@ sudo -u kojiadmin koji edit-host --capacity="$KOJID_CAPACITY" "$KOJI_BUILD_FQDN"
if [ $KOJI_BUILD_FQDN eq $KOJI_HUB_FQDN ] ; then
# deploy locally
echo "All-in-one: Hub will now be a build server as well"
if [ ! -f $SCRIPT_DIR/koji-deploy-builder.sh ] then
if [ ! -f $SCRIPT_DIR/koji-deploy-builder.sh ] ; then
curl $SILENT $SCRIPT_GIT/koji-deploy-builder.sh > $SCRIPT_DIR/koji-deploy-builder.sh
chmod o+x $SCRIPT_DIR/koji-deploy-builder.sh
fi