Skip to content

Commit e5de33c

Browse files
authored
Merge pull request #5 from Avery-H/bugfix/alternate-media-directory
Include /run/media when searching for mounts
2 parents 6290db4 + c6cfc3a commit e5de33c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

lib/block-dev.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@ BLOCK_DEV_get(){
1717
/media/*)
1818
:
1919
;;
20+
/run/media/*)
21+
:
22+
;;
2023
*)
2124
local blk_show=0
2225
break

0 commit comments

Comments
 (0)