3 lines
80 B
Bash
Executable file
3 lines
80 B
Bash
Executable file
#!/bin/sh
|
|
# no devices found, disable smartd
|
|
[ $1 = 17 ] && sv d $(dirname $0)
|