diff options
author | Guillermo Ramos | 2011-08-21 18:45:47 +0200 |
---|---|---|
committer | Guillermo Ramos | 2011-08-21 18:45:47 +0200 |
commit | c34d4c01c26ee6932568834bb2fd3a53019103aa (patch) | |
tree | a08be6f08360f62ede6cb66c884da6ac3f5e9d66 /pidevice/unloader.sh | |
parent | c985cada55b6dfc26d96b13d2697e0fedc8b471e (diff) | |
download | lkm-c34d4c01c26ee6932568834bb2fd3a53019103aa.tar.gz |
AƱadido sleep, modificaciones generales
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 |