3
Fork 0
This commit is contained in:
R3ABM Artem 2016-08-05 21:02:23 +03:00
parent b02a7fe669
commit 41fe7704b3

View file

@ -1,11 +1,5 @@
#!/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 ]