From 9a0b818dfd79bd1f80c3e537da62c336a1cb62d9 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Sun, 27 Feb 2022 19:56:27 +0100 Subject: [PATCH] make sure our library scripts are executable --- vfio-setup | 3 +++ 1 file changed, 3 insertions(+) diff --git a/vfio-setup b/vfio-setup index c3a301d..50889f7 100755 --- a/vfio-setup +++ b/vfio-setup @@ -7,6 +7,9 @@ cd $SCRIPTDIR # Get the config paths source "$SCRIPTDIR/lib/paths.sh" +# Make sure all the scripts are executable +chmod +x "$SCRIPTDIR/lib/*" + # Clear the screen clear