chore: cosmetic changes in scripts

main
Francesco Minnocci 2 years ago
parent 9fd04082f7
commit fc0e1adaec
Signed by: BachoSeven
GPG Key ID: 2BE4AB7FDAD828A4

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
DEVICE="$1" DEVICE="$1"

@ -1,7 +1,8 @@
#!/bin/bash #!/bin/sh
echo 'active' echo 'active'
echo 'active' echo 'active'
echo 'active' echo 'active'
echo 'failing' echo 'failed'
echo 'missing' echo 'missing'
echo 'spare'

@ -1,4 +1,4 @@
#!/bin/bash #!/bin/sh
DEVICE="/dev/md0" DEVICE="/dev/md0"
@ -15,4 +15,4 @@ mdadm -D "$DEVICE" | tail -n "$TOTAL_DEVICES" | tr -s ' ' | cut -d' ' -f 6
# active # active
# #
# TODO: Non ho realmente trovato nella documentazione le altre parole, penso siano "missing" e "failing" però boh # Da https://linux.die.net/man/8/mdadm pare che gli output sensati siano "missing", "failed", "spare" ed "active".

Loading…
Cancel
Save