Skip to content

Commit 354fc30

Browse files
committed
fix path
Signed-off-by: Zen <[email protected]>
1 parent 5b1d2d4 commit 354fc30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/ugrd/fs/mounts.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
__author__ = 'desultory'
2-
__version__ = '3.2.0'
2+
__version__ = '3.2.1'
33

44
from pathlib import Path
55

@@ -188,7 +188,7 @@ def get_dm_info(self, f_major=None, f_minor=None) -> dict:
188188
return
189189

190190
if not Path('/sys/devices/virtual/block').exists():
191-
self['autodetect_dm'] = False
191+
self['autodetect_root_dm'] = False
192192
self.logger.warning("No virtaul block devices found, disabling device mapper autodetection.")
193193
return
194194

0 commit comments

Comments
 (0)