fix broken variables
This commit is contained in:
parent
db70581045
commit
ddb37dc738
1 changed files with 2 additions and 2 deletions
|
@ -16,7 +16,7 @@ function insert_MODULES() {
|
|||
fi
|
||||
|
||||
# Write header
|
||||
echo "$ETCMODULES_HEADER" > "$2"
|
||||
echo "$MODULES_HEADER" > "$2"
|
||||
|
||||
# If vendor-reset existed from before
|
||||
if [ $VENDOR_RESET == 1 ];
|
||||
|
@ -36,7 +36,7 @@ vfio_virqfd
|
|||
" >> "$2"
|
||||
|
||||
# Write the previously enabled modules under vfio in the load order
|
||||
echo "$ETCMODULES_ENABLED" >> "$2"
|
||||
echo "$MODULES_ENABLED" >> "$2"
|
||||
}
|
||||
|
||||
function set_MODULES () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue