diff options
Diffstat (limited to 'short/short_unload')
-rw-r--r-- | short/short_unload | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/short/short_unload b/short/short_unload index 7cf64dc..db6b36a 100644 --- a/short/short_unload +++ b/short/short_unload @@ -3,7 +3,7 @@ module="short" device="short" # invoke rmmod with all arguments we got -/sbin/rmmod $module $* || exit 1 +rmmod $module $* || exit 1 # Remove stale nodes |