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