mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Stray else
This commit is contained in:
parent
920099044f
commit
d48cc54b77
@ -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.
|
||||
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user