diff options
Diffstat (limited to 'sbull/sbull_unload')
-rwxr-xr-x | sbull/sbull_unload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sbull/sbull_unload b/sbull/sbull_unload index aa22dfb..821262e 100755 --- a/sbull/sbull_unload +++ b/sbull/sbull_unload @@ -3,7 +3,7 @@ module="sbull" device="sbull" # invoke rmmod with all arguments we got -/sbin/rmmod $module $* || exit 1 +rmmod $module $* || exit 1 # Remove stale nodes rm -f /dev/${device}[a-d]* /dev/${device} |