diff --git a/cdist/conf/explorer/init b/cdist/conf/explorer/init index 54784a2e..43a66a50 100755 --- a/cdist/conf/explorer/init +++ b/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