Fix : delacre teh new discoveryrule test.
[shinken.git] / bin / stop_arbiter.sh
blob4d1af42e804fbc953530f42d7d12accea18aa76e
1 #!/bin/bash
3 DIR=$(cd $(dirname "$0"); pwd)
4 BIN=$DIR"/../bin"
5 ETC=$DIR"/../etc"
7 echo "Stopping arbiter"
8 kill `cat $DIR/../var/arbiterd.pid`