mirror of
https://src.koozali.org/infra/smeserver-koji.git
synced 2024-11-24 02:27:28 +01:00
missing ;
This commit is contained in:
parent
87b2b48781
commit
97dfa4112c
@ -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
|
if [ $KOJI_BUILD_FQDN eq $KOJI_HUB_FQDN ] ; then
|
||||||
# deploy locally
|
# deploy locally
|
||||||
echo "All-in-one: Hub will now be a build server as well"
|
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
|
curl $SILENT $SCRIPT_GIT/koji-deploy-builder.sh > $SCRIPT_DIR/koji-deploy-builder.sh
|
||||||
chmod o+x $SCRIPT_DIR/koji-deploy-builder.sh
|
chmod o+x $SCRIPT_DIR/koji-deploy-builder.sh
|
||||||
fi
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user