5 lines
92 B
Bash
5 lines
92 B
Bash
|
#!/bin/bash
|
||
|
for i in {a..z}; do
|
||
|
{{ telegraf_smart_pfad_zu_smartctl }} /dev/sd$i -a
|
||
|
done
|