mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Testing carrage return
This commit is contained in:
parent
39324c696a
commit
a816d35418
@ -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.
|
||||||
|
@ -382,7 +382,7 @@ function md5_compare {
|
|||||||
# SCRIPT EXECUTION ###########################
|
# SCRIPT EXECUTION ###########################
|
||||||
|
|
||||||
MESSAGE="Evaluating Script Arguments"
|
MESSAGE="Evaluating Script Arguments"
|
||||||
echo -e "${STAT} ${MESSAGE}"
|
echo -e "${STAT} ${MESSAGE}" \r
|
||||||
|
|
||||||
case $# in
|
case $# in
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user