X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fmcollective.init;h=2cd6cff6f00843a8e9f2fd16760be860c62f9698;hb=refs%2Fheads%2F4.1;hp=6b02d0b06572066b6aefa05a5db090168190e5ca;hpb=8a3fe7daeecccf43dd71c59371c5005400d35101;p=packages%2Fprecise%2Fmcollective.git diff --git a/debian/mcollective.init b/debian/mcollective.init index 6b02d0b..2cd6cff 100755 --- a/debian/mcollective.init +++ b/debian/mcollective.init @@ -47,7 +47,7 @@ case "$1" in echo "Starting daemon: " $name # start the program if [ -f $pidfile ]; then - if [ -f $(cat /proc/$(cat $pidfile)/exe > /dev/null) ] ; then + if [ -f /proc/"$(cat $pidfile)"/exe ] ; then echo MCollective appears to be running exit 1 else