fix up the switches

This commit is contained in:
HikariKnight 2022-02-28 20:30:44 +01:00
parent 73739548a3
commit d9ae709081
No known key found for this signature in database
GPG key ID: E8B239063B022F5A
2 changed files with 6 additions and 4 deletions

View file

@ -22,10 +22,12 @@ Press q to quit
exec "$SCRIPTDIR/lib/get_GPU_GROUP.sh" $IOMMU_GROUP exec "$SCRIPTDIR/lib/get_GPU_GROUP.sh" $IOMMU_GROUP
;; ;;
[Qq]*) [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 esac
} }

View file

@ -22,10 +22,10 @@ Press q to quit
exec "$SCRIPTDIR/lib/get_USB_CTL_GROUP.sh" $IOMMU_GROUP exec "$SCRIPTDIR/lib/get_USB_CTL_GROUP.sh" $IOMMU_GROUP
;; ;;
[Qq]*) [Qq]*)
echo "" exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
;; ;;
*) *)
echo "" exec "$SCRIPTDIR/lib/set_CMDLINE.sh"
;; ;;
esac esac
} }