From 30168277929e660ceeb5b499229deaa67debc246 Mon Sep 17 00:00:00 2001 From: Aditya Garg <85610623+AdityaGarg8@users.noreply.github.com> Date: Wed, 16 Nov 2022 20:23:05 +0530 Subject: [PATCH] Update rmmod_tb.sh --- files/suspend/rmmod_tb.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/files/suspend/rmmod_tb.sh b/files/suspend/rmmod_tb.sh index 30c6ead..d0f33eb 100755 --- a/files/suspend/rmmod_tb.sh +++ b/files/suspend/rmmod_tb.sh @@ -1,6 +1,6 @@ #!/bin/sh if [ "${1}" = "pre" ]; then - modprobe -r apple_ib_tb + modprobe -r apple-touchbar elif [ "${1}" = "post" ]; then - modprobe apple_ib_tb + modprobe apple-touchbar fi