homeserver/roles/mgrote.smart/templates/smartctl_mail.sh

5 lines
94 B
Bash
Raw Normal View History

2020-08-18 11:57:53 +02:00
#!/bin/bash
for i in {a..z}; do
2021-02-12 10:32:22 +01:00
{{ smart_smartctl_mail_pfad_smartctl }} /dev/sd$i -a
2020-08-18 11:57:53 +02:00
done