diff options
Diffstat (limited to 'draksnapshot-applet')
-rwxr-xr-x | draksnapshot-applet | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/draksnapshot-applet b/draksnapshot-applet index 09aa55a..ce95772 100755 --- a/draksnapshot-applet +++ b/draksnapshot-applet @@ -147,7 +147,7 @@ sub silentCheck() { # force refreshing cache: detect_devices::probeall_update_cache(); - @discs = grep { $_->{usb_bus} } detect_devices::hds(); + @discs = grep { $_->{usb_bus} && detect_devices::may_be_a_hd($_) } detect_devices::getSCSI(); go2State('okay') if !@discs; # are there any updates ? |