From 0d998bcd1869415843cf9eae7529ba6d79bc35b6 Mon Sep 17 00:00:00 2001 From: cimryan Date: Sat, 13 Oct 2018 08:33:25 -0700 Subject: [PATCH] Limit the ping count --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 609427e..c07c5af 100644 --- a/README.md +++ b/README.md @@ -119,7 +119,7 @@ Now that you have a shell on the Pi you can turn the Pi into a smart USB drive. 1. Verify that there's an IP address on your subnet assigned. If you don't see the IP address wait for a couple of seconds and re-run the command. 1. Try to ping your archive server from the Pi. ``` - ping nautilus + ping -c 3 nautilus ``` 1. If the server can't be reached, ping its IP address: ```