Stray else

This commit is contained in:
Michael Stanclift 2020-06-02 14:58:12 -05:00
parent 920099044f
commit d48cc54b77
2 changed files with 1 additions and 2 deletions

View File

@ -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.

View File

@ -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