Skip to content

Commit 7439d16

Browse files
authored
Update CLI_smarttest.sh
1 parent 94b8f1c commit 7439d16

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

CLI_smarttest.sh

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
#!/bin/sh
2+
echo ""
23
echo "Batch Smart Test Script"
34
echo ""
45
echo "Be sure to edit your drives in the script"
56

6-
drives="sda sdb sdc sdd sde sdf"
7+
drives="sda" #Drives are space separated when multiple eg: "sda sdb sdc sdd sde sdf"
78

89
command -v smartctl >/dev/null 2>&1 || if [[ $? -ne 0 ]] ; then
910
echo -e "Error : Smartmontools not installed."

0 commit comments

Comments
 (0)