4
Fork 0

Added stuff to OpenWRT

This commit is contained in:
R3ABM Artem 2016-08-05 20:15:53 +03:00
parent 866b7ed470
commit 5f010c1e37

View file

@ -1,5 +1,11 @@
#!/bin/sh
if [ -e /bin/pidof -a -n "$(pidof cronosagent)" ]
then
# Should we do something?
exit
fi
DIRECTORY=$(dirname $0)
if [ -f $DIRECTORY/cronosagent.conf ]