Testing carrage return

This commit is contained in:
Michael Stanclift 2020-05-25 20:43:55 -05:00
parent 39324c696a
commit a816d35418
2 changed files with 2 additions and 2 deletions

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_USER='*pi*'
REMOTE_USER='pi'
```
Do not set the `REMOTE_PASS` variable until you've read the next section on SSH.

View File

@ -382,7 +382,7 @@ function md5_compare {
# SCRIPT EXECUTION ###########################
MESSAGE="Evaluating Script Arguments"
echo -e "${STAT} ${MESSAGE}"
echo -e "${STAT} ${MESSAGE}" \r
case $# in