Update 00-smb_mounts.sh

This commit is contained in:
Alexandre
2023-12-26 19:30:23 +01:00
committed by GitHub
parent 912edc9e8b
commit 41a81708eb

View File

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