diff options
| author | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-03 15:47:13 +0100 |
|---|---|---|
| committer | ghost <andreas.monzner@multimedia-labs.de> | 2009-02-03 15:49:08 +0100 |
| commit | 337572d8d61c37c2121a96ec7ab79e191eaa2e29 (patch) | |
| tree | dd959df7dc02532d5f76982f4e97b355daa93998 /lib/python | |
| parent | e513f0a6d8f8be86764d3c70d9ba253cd75bf402 (diff) | |
| download | enigma2-337572d8d61c37c2121a96ec7ab79e191eaa2e29.tar.gz enigma2-337572d8d61c37c2121a96ec7ab79e191eaa2e29.zip | |
also check devidex2 here
Diffstat (limited to 'lib/python')
| -rw-r--r-- | lib/python/Components/Harddisk.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/python/Components/Harddisk.py b/lib/python/Components/Harddisk.py index 9cf9b4a2..404baafa 100644 --- a/lib/python/Components/Harddisk.py +++ b/lib/python/Components/Harddisk.py @@ -130,7 +130,7 @@ class Harddisk: cmd = "/bin/umount" for line in procfile: - if line.startswith(self.devidex): + if line.startswith(self.devidex) or line.startswith(self.devidex2): parts = line.split() cmd = ' '.join([cmd, parts[1]]) |
