run the correct script when the user skips this step
This commit is contained in:
parent
e193d8cf19
commit
dca40657ca
1 changed files with 2 additions and 2 deletions
|
@ -22,10 +22,10 @@ Press q to quit
|
|||
exec "$SCRIPTDIR/lib/get_USB_CTL_GROUP.sh" $IOMMU_GROUP
|
||||
;;
|
||||
[Qq]*)
|
||||
exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
|
||||
exec "$SCRIPTDIR/lib/apply_CHANGES.sh"
|
||||
;;
|
||||
*)
|
||||
exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
|
||||
exec "$SCRIPTDIR/lib/apply_CHANGES.sh"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue