Skip to content

Commit 4fb3bdd

Browse files
authored
Updates scripts page with recommended title (#24)
Formats repair script as code.
1 parent d2aaede commit 4fb3bdd

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

content/resource-management/scripts.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Scripts
2+
title: DirectPV Resource Management Scripts
33
date: 2023-07-07
44
lastmod: :git
55
draft: false
@@ -418,6 +418,9 @@ main "$@"
418418

419419
## Repair faulty drives
420420

421+
Use this script to repair nonfunctioning drives.
422+
423+
```bash
421424
#!/usr/bin/env bash
422425
#
423426
# This file is part of MinIO DirectPV
@@ -559,4 +562,5 @@ function main() {
559562
}
560563

561564
init "$@"
562-
main "$@"
565+
main "$@"
566+
```

0 commit comments

Comments
 (0)