Whoops! fixed :)

Signed-off-by: hax <hax@lainlounge.xyz>
This commit is contained in:
h@x 2025-01-05 19:58:10 +00:00
parent b97db40f57
commit 7e093a2963

View file

@ -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