Allow read only

https://github.com/alexbelgium/hassio-addons/issues/1148
This commit is contained in:
Alexandre
2023-12-26 13:12:36 +01:00
committed by GitHub
parent 81d67c8271
commit 55563f7521

View File

@@ -28,7 +28,7 @@ test_mount () {
else else
MOUNTOPTIONS="$MOUNTOPTIONS,noserverino" MOUNTOPTIONS="$MOUNTOPTIONS,noserverino"
echo "... testing with noserverino" echo "... testing with noserverino"
mount_drive "$MOUNTOPTIONS" mount_drive "$MOUNTOPTIONS" || bashio::log.warning "Read-only mount confirmed"
fi fi
return 0 return 0
fi fi