diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f70d02..f94df47 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,6 +13,7 @@ #### 1.7.7 - `config` function will attempt to ping remote host to validate network connection, can by bypassed by adding `PING_AVOID='1'` to your `gravity-sync.conf` file. +- Changes some [INFO] messages to [WARN] where approprate #### 1.7.6 - Detects `dbclient` install as alternative to OpenSSH Client. diff --git a/gravity-sync.sh b/gravity-sync.sh index 73c86d0..34ffb16 100755 --- a/gravity-sync.sh +++ b/gravity-sync.sh @@ -2,7 +2,7 @@ # GRAVITY SYNC BY VMSTAN ##################### PROGRAM='Gravity Sync' -VERSION='1.7.6' +VERSION='1.7.7' # Execute from the home folder of the user who owns it (ex: 'cd ~/gravity-sync') # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync @@ -1187,10 +1187,11 @@ case $# in case $1 in pull) TASKTYPE='PULL' + MESSAGE="${MESSAGE}: ${TASKTYPE} Requested" echo_good - MESSAGE="${TASKTYPE} Requested" - echo_info + #MESSAGE="${TASKTYPE} Requested" + #echo_info import_gs