X-Git-Url: https://review.fuel-infra.org/gitweb?a=blobdiff_plain;f=debian%2Fmcollective.init;h=2cd6cff6f00843a8e9f2fd16760be860c62f9698;hb=refs%2Fheads%2F4.1;hp=6fb229b0c1cc0397018eff095951ea090380706e;hpb=00d2b01f539a18a8c8fcf7abdd77ce0c24074959;p=packages%2Fprecise%2Fmcollective.git diff --git a/debian/mcollective.init b/debian/mcollective.init index 6fb229b..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