From d0b9c8cc0a99008bcaf09102707aa537a5a79666 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 21 May 2020 16:45:55 -0500 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 258aadb..c5c1dad 100644 --- a/README.md +++ b/README.md @@ -73,7 +73,7 @@ I've automated by synchronization using Crontab. If you'd like to keep this a ma ``` crontab -e -*/30 * * * * sh /home/USER/gravity-sync/gravity-sync.sh pull >/dev/null 2>&1 +*/30 * * * * /home/USER/gravity-sync/gravity-sync.sh pull >/dev/null 2>&1 ``` Make another small adjustment to your primary settings. Now just wait until the annointed hour, and see if your changes have been synchronized. If so, profit!