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,10 +28,10 @@ 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"
fi
return 0 return 0
fi fi
fi
# Set correctly mounted bit # Set correctly mounted bit
MOUNTED=true MOUNTED=true