From b848efafbf223da6d33092708c1821ed71cb2c83 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Sat, 12 Mar 2022 17:34:00 +0100 Subject: [PATCH] remove chmod for all scripts in lib --- vfio-setup | 3 --- 1 file changed, 3 deletions(-) diff --git a/vfio-setup b/vfio-setup index 1c085dc..7217262 100755 --- a/vfio-setup +++ b/vfio-setup @@ -7,9 +7,6 @@ cd "$SCRIPTDIR" # Get the config paths source "$SCRIPTDIR/lib/paths.sh" -# Make sure all the scripts are executable -chmod +x "$SCRIPTDIR/lib/*" - # Get the CPU Vendor CPU_VENDOR=$(cat /proc/cpuinfo | grep vendor | head -1 | cut -f 2 | cut -d " " -f 2) CMDLINE="iommu=pt"