filesystem: update service of check_wlan.

This commit is contained in:
Pedro Gonçalves 2017-04-18 14:10:36 +01:00
parent e5dbc2924c
commit d9a1157878
1 changed files with 4 additions and 0 deletions

View File

@ -1,5 +1,9 @@
start()
{
if [ ! -f /opt/check_wlan ]; then
cp -ri /etc/check_wlan /opt/
fi
sh /opt/check_wlan < /dev/null > /dev/null 2>&1 &
}