]> git.proxmox.com Git - mirror_smartmontools-debian.git/blame - debian/smartd-runner
Update to Standards-Version 3.9.5, no changes need
[mirror_smartmontools-debian.git] / debian / smartd-runner
CommitLineData
20259a08
GG
1#!/bin/bash -e
2
3tmp=$(tempfile)
4cat >$tmp
5
6run-parts --report --lsbsysinit --arg=$tmp --arg="$1" \
7 --arg="$2" --arg="$3" -- /etc/smartmontools/run.d
8
9rm -f $tmp
10