Skip to content

Commit a36aa6a

Browse files
committed
[DeviceManager]
* refresh mounts after manual mount
1 parent d67b4f5 commit a36aa6a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

lib/python/Screens/DeviceManager.py

+2
Original file line numberDiff line numberDiff line change
@@ -681,6 +681,8 @@ def checkMount(data, retVal, extraArgs):
681681
mountok = True
682682
if not mountok:
683683
self.session.open(MessageBox, _("Mount failed"), MessageBox.TYPE_INFO, timeout=5)
684+
else:
685+
harddiskmanager.refreshMountPoints()
684686
if answer:
685687
if not exists(answer[1]):
686688
mkdir(answer[1], 0o755)

0 commit comments

Comments
 (0)