Skip to content

Commit

Permalink
Fixed replace script issue:
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexander-Aghili committed Oct 8, 2024
1 parent 2e79534 commit ad4c094
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin_scripts/replace.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
#!/bin/bash

# Replace 'input_file.txt' with your actual file name
sed -i '/const _SIZE_CHECKER: \[u8; 0x1000\]/s/0x1000/4112/' ../src/lib/nvme-rs/src/ds/identify/controller.rs
sed -i '/const _SIZE_CHECKER: \[u8; 0x1000\]/s/0x1000/4112/' ./src/lib/nvme-rs/src/ds/identify/controller.rs

0 comments on commit ad4c094

Please sign in to comment.