From 4a8dd7f7248da992fa8e89e95533239cfaba4e7a Mon Sep 17 00:00:00 2001 From: Trevor Batley Date: Thu, 31 Aug 2023 14:11:19 +1000 Subject: [PATCH] another dnf -y --- koji-setup/deploy-koji-nfs-server.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/koji-setup/deploy-koji-nfs-server.sh b/koji-setup/deploy-koji-nfs-server.sh index f84642d..9865232 100755 --- a/koji-setup/deploy-koji-nfs-server.sh +++ b/koji-setup/deploy-koji-nfs-server.sh @@ -7,7 +7,7 @@ SCRIPT_DIR="$(dirname "$(realpath "$0")")" source "$SCRIPT_DIR"/globals.sh source "$SCRIPT_DIR"/parameters.sh -dnf install nfs-utils +dnf install -y nfs-utils # Export server directory to be mounted by clients echo "$KOJI_DIR $KOJI_SLAVE_FQDN(ro,no_root_squash)" >> /etc/exports