diff options
Diffstat (limited to 'scullp/scullp_unload')
-rwxr-xr-x | scullp/scullp_unload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scullp/scullp_unload b/scullp/scullp_unload index adf5e2c..9b6a5d2 100755 --- a/scullp/scullp_unload +++ b/scullp/scullp_unload @@ -3,7 +3,7 @@ module="scullp" device="scullp" # 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} |