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