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