Update README.md

This commit is contained in:
Michael Stanclift 2020-05-25 15:32:28 -05:00 committed by GitHub
parent 185d081d28
commit e9d3b51764
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -75,7 +75,7 @@ Make sure you've set the REMOTE_HOST and REMOTE_USER variables with the IP (or D
``` ```
REMOTE_HOST='192.168.1.10' REMOTE_HOST='192.168.1.10'
REMOTE_USER='*pi*' REMOTE_USER='pi'
``` ```
Do not set the `REMOTE_PASS` variable until you've read the next section on SSH. Do not set the `REMOTE_PASS` variable until you've read the next section on SSH.
@ -206,4 +206,4 @@ 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. 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.
If your script prompts for a password on the remote system, make sure that your user account is setup not to require passwords in the sudoers file. If your script prompts for a password on the remote system, make sure that your user account is setup not to require passwords in the sudoers file.