Update 1.1.23_disable_usb_storage.sh

This commit is contained in:
Joachim Venås 2024-12-03 14:27:16 +01:00 committed by GitHub
parent 9a225c6157
commit a1ee81b538
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -20,7 +20,7 @@ DESCRIPTION="Disable USB storage."
# Note: we check /proc/config.gz to be compliant with both monolithic and modular kernels
KERNEL_OPTION="CONFIG_USB_STORAGE"
MODULE_NAME="usb-storage"
MODULE_NAME="usb_storage"
# This function will be called if the script status is on enabled / audit mode
audit() {