diff --git a/README.md b/README.md index de04ee8..b631217 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. diff --git a/gravity-sync.sh b/gravity-sync.sh index e0c1a66..7e22fef 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -382,7 +382,7 @@ function md5_compare { # SCRIPT EXECUTION ########################### MESSAGE="Evaluating Script Arguments" - echo -e "${STAT} ${MESSAGE}" + echo -e "${STAT} ${MESSAGE}" \r case $# in