From cdadcb0df487ace8bfe74d957aec8e0c0f9ba0d1 Mon Sep 17 00:00:00 2001 From: Ahmed Muawia Khan Date: Mon, 23 Jul 2018 16:50:15 +0200 Subject: [PATCH] Invalid pgrep command --- docs/server/source/simple-network-setup.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/server/source/simple-network-setup.md b/docs/server/source/simple-network-setup.md index c014e0f6..b4db6e45 100644 --- a/docs/server/source/simple-network-setup.md +++ b/docs/server/source/simple-network-setup.md @@ -303,7 +303,7 @@ $ # OR $ kill -3 # If you want to kill all the processes by name yourself -$ pgrep bigchaindb | xargs kill -9 bigchaindb +$ pgrep bigchaindb | xargs kill -9 $ # OR