Differences

This commit is contained in:
Michael Stanclift 2020-05-28 12:49:00 -05:00
parent f389d3fd14
commit c2233d5dfa
2 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@ After you install Gravity Sync to your server (reguardless of the option you sel
### The Easy Way
```bash
./gravity-sync config
./gravity-sync.sh config
```
This will guide you through the process of:

View File

@ -400,7 +400,7 @@ function md5_compare {
if [ "$primaryMD5" == "$secondMD5" ]
then
echo -e "${INFO} No Changes in ${GRAVITY_FI}"
echo -e "${INFO} No Differences in ${GRAVITY_FI}"
exit_nochange
else
echo -e "${INFO} Changes Detected in ${GRAVITY_FI}"