We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94b8f1c commit 7439d16Copy full SHA for 7439d16
CLI_smarttest.sh
@@ -1,9 +1,10 @@
1
#!/bin/sh
2
+echo ""
3
echo "Batch Smart Test Script"
4
echo ""
5
echo "Be sure to edit your drives in the script"
6
-drives="sda sdb sdc sdd sde sdf"
7
+drives="sda" #Drives are space separated when multiple eg: "sda sdb sdc sdd sde sdf"
8
9
command -v smartctl >/dev/null 2>&1 || if [[ $? -ne 0 ]] ; then
10
echo -e "Error : Smartmontools not installed."
0 commit comments