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