Skip to content

Commit 161b2b6

Browse files
Update dgraph/self-hosted.mdx
Co-authored-by: Copilot <[email protected]>
1 parent 817283d commit 161b2b6

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

dgraph/self-hosted.mdx

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -333,7 +333,11 @@ fi
333333
<Step title="Create Checksums">
334334
```bash # Generate checksums for integrity verification cd migration_data find
335335
. -type f -name "*.gz" -exec sha256sum {} \; > checksums.txt find . -type f
336-
-name "*.json" -exec sha256sum {} \; >> checksums.txt ```
336+
```bash
337+
# Generate checksums for integrity verification
338+
cd migration_data
339+
find . -type f -name "*.gz" -exec sha256sum {} \; > checksums.txt
340+
find . -type f -name "*.json" -exec sha256sum {} \; >> checksums.txt
337341
</Step>
338342
339343
<Step title="Compress for Transfer">

0 commit comments

Comments
 (0)