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
|
## Usage
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./script_name.sh <device>
|
./smartdrivecheck.sh <device>
|
||||||
```
|
```
|
||||||
|
|
||||||
- `<device>`: The block device to test (e.g., `/dev/sda`).
|
- `<device>`: The block device to test (e.g., `/dev/sda`).
|
||||||
|
|
@ -19,7 +19,7 @@ Ensure the following dependencies are installed on your system:
|
||||||
### Example
|
### Example
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
./smartdrivetest.sh /dev/sda
|
./smartdrivecheck.sh /dev/sda
|
||||||
```
|
```
|
||||||
|
|
||||||
## Script Workflow
|
## Script Workflow
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue