From d9ae7090814a701deaee98dbc492018be9b599e5 Mon Sep 17 00:00:00 2001 From: HikariKnight <2557889+HikariKnight@users.noreply.github.com> Date: Mon, 28 Feb 2022 20:30:44 +0100 Subject: [PATCH] fix up the switches --- lib/get_GPU.sh | 6 ++++-- lib/get_USB_CTL.sh | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/lib/get_GPU.sh b/lib/get_GPU.sh index 84fe21b..b97b0b1 100755 --- a/lib/get_GPU.sh +++ b/lib/get_GPU.sh @@ -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 } diff --git a/lib/get_USB_CTL.sh b/lib/get_USB_CTL.sh index e59ac93..44498ce 100755 --- a/lib/get_USB_CTL.sh +++ b/lib/get_USB_CTL.sh @@ -22,10 +22,10 @@ Press q to quit exec "$SCRIPTDIR/lib/get_USB_CTL_GROUP.sh" $IOMMU_GROUP ;; [Qq]*) - echo "" + exec "$SCRIPTDIR/lib/set_CMDLINE.sh" ;; *) - echo "" + exec "$SCRIPTDIR/lib/set_CMDLINE.sh" ;; esac }