From e1d5b7df188cb2d2f3a8ff4cdbe1abc421c24bdd Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 21 May 2020 21:11:00 -0500 Subject: [PATCH] v1.1.5 --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 7ea83ee..a600b4f 100644 --- a/README.md +++ b/README.md @@ -66,9 +66,9 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ``` cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v1.1.4.zip -unzip v1.1.4.zip -mv ~/gravity-sync-1.1.4 ~/gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.1.5.zip +unzip v1.1.5.zip +mv ~/gravity-sync-1.1.5 ~/gravity-sync cd gravity-sync ``` @@ -165,4 +165,10 @@ If you'd like to know what version of the script you have running. If the update script fails, make sure you did your original deployment via `git clone` and not a manual install. If it doesn't kick off, you can manually execute a `git pull` while in the `gravity-sync` directory. -For additional Git issues, get in line. \ No newline at end of file +For additional Git issues, get in line. + +If you'd like to quickly see if a pull executed successfully + +``` +./gravity-sync.sh logs +``` \ No newline at end of file