From d48cc54b77d3de6e473313aea61c9a6cf61e60f4 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Tue, 2 Jun 2020 14:58:12 -0500 Subject: [PATCH] Stray else --- ADVANCED.md | 1 - gravity-sync.sh | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/ADVANCED.md b/ADVANCED.md index 418c296..f8b9baa 100644 --- a/ADVANCED.md +++ b/ADVANCED.md @@ -138,7 +138,6 @@ If you are just straight up unable to run the `gravity-sync.sh` file, make sure chmod +x gravity-sync.sh ``` - ## Updates If you manually installed Gravity Sync via .zip or .tar.gz you will need to download and overwrite the `gravity-sync.sh` file with a newer version. If you've chosen this path, I won't lay out exactly what you'll need to do every time, but you should at least review the contents of the script bundle (specifically the example configuration file) to make sure there are no new additional files or required settings. diff --git a/gravity-sync.sh b/gravity-sync.sh index 9fb6959..6e7a276 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -928,7 +928,7 @@ function config_generate { MESSAGE="Skipping Password Setup" echo_info fi - else + # else # MESSAGE="Defaulting to SSH Key-Pair Authentication" # echo_info fi