mirror_smartmontools-debian/debian/smartd-runner
2006-04-23 17:52:25 +02:00

11 lines
166 B
Bash

#!/bin/bash -e
tmp=$(tempfile)
cat >$tmp
run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \
--arg="$2" --arg="$3" -- /etc/smartmontools/run.d
rm -f $tmp