make shellcheck happy

This commit is contained in:
HikariKnight 2022-03-10 16:14:13 +01:00
parent 59069d7be5
commit 4f0420b674
No known key found for this signature in database
GPG key ID: E8B239063B022F5A

View file

@ -5,9 +5,10 @@ function set_CMDLINE () {
# Get the config paths # Get the config paths
source "${SCRIPTDIR}/lib/paths.sh" source "${SCRIPTDIR}/lib/paths.sh"
local CMDLINE=$(cat "${SCRIPTDIR}/config/kernel_args") local CMDLINE
CMDLINE=$(cat "${SCRIPTDIR}/config/kernel_args")
printf "Configuration is now complete, however no changes have been done to your system. echo "Configuration is now complete, however no changes have been done to your system.
The files needed have just been written to $SCRIPTDIR/config/etc The files needed have just been written to $SCRIPTDIR/config/etc
At this point if you know what you are doing, you can use these files to enable VFIO on your system At this point if you know what you are doing, you can use these files to enable VFIO on your system