make sure we continue on errors

remotes/origin/4.6
Philippe Grégoire 7 years ago
parent 5646a66f6c
commit ebe0c0d66d
No known key found for this signature in database
GPG Key ID: A14AA6DA679C2177
  1. 2
      cdist/conf/explorer/init

@ -27,7 +27,7 @@ uname_s="$(uname -s)"
case "$uname_s" in
Linux)
pgrep -P0 -l | awk '/^1[ \t]/ {print $2;}'
(pgrep -P0 -l | awk '/^1[ \t]/ {print $2;}') || true
;;
FreeBSD)
ps -o comm= -p 1 || true

Loading…
Cancel
Save