From e233a42daa34e83868753b56beaef8625fc8d4c2 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Thu, 11 Jun 2020 21:35:20 -0500 Subject: [PATCH] 1.8.2 --- ADVANCED.md | 4 ++-- CHANGELOG.md | 5 ++++- VERSION | 2 +- gravity-sync.sh | 2 +- 4 files changed, 8 insertions(+), 5 deletions(-) diff --git a/ADVANCED.md b/ADVANCED.md index eeb79dd..4ac0662 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -14,8 +14,8 @@ Download the latest release from [GitHub](https://github.com/vmstan/gravity-sync ```bash cd ~ -wget https://github.com/vmstan/gravity-sync/archive/v1.8.1.zip -unzip v1.8.1.zip -d gravity-sync +wget https://github.com/vmstan/gravity-sync/archive/v1.8.2.zip +unzip v1.8.2.zip -d gravity-sync cd gravity-sync ``` diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a0e4db..5f3b3b3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,8 +12,11 @@ There is nothing really sexy here, but a lot of changes under the covers to impr - Adds custom port specification to ssh-copy-id and dropbearkey commands during configuration generation. - Generally better error handling of configuration options. +#### 1.8.2 +- Corrects issue where `custom.list` file would not replicate if the file didn't exist locally, and there were no other changes to replicate. [#39](https://github.com/vmstan/gravity-sync/issues/39) + #### 1.8.1 -- Detects if script is running as the root user or via `sudo ./gravity-sync.sh` and exits on error. +- Detects if script is running as the root user or via `sudo ./gravity-sync.sh` and exits on error. [#34](https://github.com/vmstan/gravity-sync/issues/34) ## 1.7 ### The Andrew Release diff --git a/VERSION b/VERSION index b9268da..0bfbd57 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.8.1 \ No newline at end of file +1.8.2 \ No newline at end of file diff --git a/gravity-sync.sh b/gravity-sync.sh index 2b68e3d..20e5789 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -3,7 +3,7 @@ SCRIPT_START=$SECONDS # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='1.8.1' +VERSION='1.8.2' # Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync') # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync