missed chmod +x

This commit is contained in:
Trevor Batley 2023-09-01 15:04:11 +10:00
parent 97c425d657
commit 086c33f0d6

View File

@ -117,6 +117,7 @@ deploy-koji.sh
if [ "$KOJI_BUILD_FQDN" != "$KOJI_HUB_FQDN" ] ; then
# add nfs share for koji files direcory
curl $SCRIPT_GIT/deploy-koji-nfs-server.sh > $SCRIPT_DIR/deploy-koji-nfs-server.sh
chmod o+x $SCRIPT_DIR/deploy-koji-nfs-server.sh
deploy-koji-nfs-server.sh
# create a ssh key and add to authorized keys on build server
mkdir -p ~/.ssh