diff options
Diffstat (limited to 'pidevice/unloader.sh')
-rwxr-xr-x | pidevice/unloader.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pidevice/unloader.sh b/pidevice/unloader.sh index ffa2c38..11c687c 100755 --- a/pidevice/unloader.sh +++ b/pidevice/unloader.sh @@ -1,7 +1,7 @@ #!/bin/bash module="pidevice" -device="pidevice" +device=$module #rm -f /dev/$device[0-3] rm -f /dev/$device |