fix up the switches
This commit is contained in:
parent
73739548a3
commit
d9ae709081
2 changed files with 6 additions and 4 deletions
|
@ -22,10 +22,12 @@ Press q to quit
|
|||
exec "$SCRIPTDIR/lib/get_GPU_GROUP.sh" $IOMMU_GROUP
|
||||
;;
|
||||
[Qq]*)
|
||||
echo ""
|
||||
printf "Aborted, your setup is incomplete!
|
||||
DO NOT use any of the files from $SCRIPTDIR/config !
|
||||
"
|
||||
;;
|
||||
*)
|
||||
echo ""
|
||||
exec "$SCRIPTDIR/lib/get_GPU.sh"
|
||||
;;
|
||||
esac
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue