diff options
Diffstat (limited to 'scullc/scullc_unload')
-rw-r--r-- | scullc/scullc_unload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scullc/scullc_unload b/scullc/scullc_unload index bb91f71..29a07d7 100644 --- a/scullc/scullc_unload +++ b/scullc/scullc_unload @@ -3,7 +3,7 @@ module="scullc" device="scullc" # invoke rmmod with all arguments we got -/sbin/rmmod $module $* || exit 1 +rmmod $module $* || exit 1 # remove nodes rm -f /dev/${device}[0-3] /dev/${device} |