From 40afaec38d3915931796dfd27e487a21bdcabbe5 Mon Sep 17 00:00:00 2001 From: morrownr Date: Thu, 1 Dec 2022 15:21:49 -0600 Subject: [PATCH] minor update --- remove-driver.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/remove-driver.sh b/remove-driver.sh index 1932233..7842b7e 100755 --- a/remove-driver.sh +++ b/remove-driver.sh @@ -70,6 +70,7 @@ echo "CPU Architecture=${KARCH}" # determine if dkms is installed and run the appropriate routines if command -v dkms >/dev/null 2>&1 then + echo "Removing a dkms installation." # 2>/dev/null suppresses the output of dkms dkms remove -m ${DRV_NAME} -v ${DRV_VERSION} --all 2>/dev/null RESULT=$?