From a816d3541890086b561d8de0223d2fc2e3bf5a00 Mon Sep 17 00:00:00 2001 From: Michael Stanclift Date: Mon, 25 May 2020 20:43:55 -0500 Subject: [PATCH] Testing carrage return --- README.md | 2 +- gravity-sync.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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