Whoops! fixed :)
Signed-off-by: hax <hax@lainlounge.xyz>
This commit is contained in:
parent
b97db40f57
commit
7e093a2963
1 changed files with 2 additions and 2 deletions
|
@ -11,7 +11,7 @@ Ensure the following dependencies are installed on your system:
|
|||
## Usage
|
||||
|
||||
```bash
|
||||
./script_name.sh <device>
|
||||
./smartdrivecheck.sh <device>
|
||||
```
|
||||
|
||||
- `<device>`: The block device to test (e.g., `/dev/sda`).
|
||||
|
@ -19,7 +19,7 @@ Ensure the following dependencies are installed on your system:
|
|||
### Example
|
||||
|
||||
```bash
|
||||
./smartdrivetest.sh /dev/sda
|
||||
./smartdrivecheck.sh /dev/sda
|
||||
```
|
||||
|
||||
## Script Workflow
|
||||
|
|
Loading…
Add table
Reference in a new issue