filesystem: update service of check_wlan.
This commit is contained in:
parent
e5dbc2924c
commit
d9a1157878
@ -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 &
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user