mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
udisks: dont check filesystems in automount script
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
1e0941fbd7
commit
98b1a9ba60
@ -40,7 +40,6 @@
|
||||
USAGE="`show_info "usage" $DEVICE`"
|
||||
|
||||
if [ "$REMOVABLE" = "0" -a "$MOUNTED" = "0" -a "$USAGE" = "filesystem" ]; then
|
||||
fsck "$DEVICE" >/dev/null
|
||||
udisks --mount "$DEVICE" >/dev/null
|
||||
fi
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user