Make status in lsb init script more return useful exit status
[certmaster.git] / init-scripts / certmaster
index 6cfe4c2..5e6f0b1 100755 (executable)
@@ -39,6 +39,7 @@ CAStatus()
     RVAL=3
     echo "certmaster is not running"
   fi
+  return $RVAL
 }
 
 if [ -f /lib/lsb/init-functions ]; then