mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 02:11:01 +01:00
Allow read only
https://github.com/alexbelgium/hassio-addons/issues/1148
This commit is contained in:
@@ -28,7 +28,7 @@ test_mount () {
|
||||
else
|
||||
MOUNTOPTIONS="$MOUNTOPTIONS,noserverino"
|
||||
echo "... testing with noserverino"
|
||||
mount_drive "$MOUNTOPTIONS"
|
||||
mount_drive "$MOUNTOPTIONS" || bashio::log.warning "Read-only mount confirmed"
|
||||
fi
|
||||
return 0
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user