mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Differences
This commit is contained in:
parent
f389d3fd14
commit
c2233d5dfa
@ -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:
|
||||
|
@ -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}"
|
||||
|
Loading…
Reference in New Issue
Block a user