From e9d3b51764d1ec526e2dbbb6559554f90fa594da Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 25 May 2020 15:32:28 -0500 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index de04ee8..c9e0151 100644 --- a/README.md +++ b/README.md @@ -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_USER='*pi*' +REMOTE_USER='pi' ``` 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 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. \ No newline at end of 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.