Change tasktype output

This commit is contained in:
Michael Stanclift 2020-06-02 10:18:51 -05:00
parent 7af4055d1f
commit cbbf18bb60
2 changed files with 5 additions and 3 deletions

View File

@ -13,6 +13,7 @@
#### 1.7.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. - `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 #### 1.7.6
- Detects `dbclient` install as alternative to OpenSSH Client. - Detects `dbclient` install as alternative to OpenSSH Client.

View File

@ -2,7 +2,7 @@
# GRAVITY SYNC BY VMSTAN ##################### # GRAVITY SYNC BY VMSTAN #####################
PROGRAM='Gravity Sync' 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') # 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 # For documentation or downloading updates visit https://github.com/vmstan/gravity-sync
@ -1187,10 +1187,11 @@ case $# in
case $1 in case $1 in
pull) pull)
TASKTYPE='PULL' TASKTYPE='PULL'
MESSAGE="${MESSAGE}: ${TASKTYPE} Requested"
echo_good echo_good
MESSAGE="${TASKTYPE} Requested" #MESSAGE="${TASKTYPE} Requested"
echo_info #echo_info
import_gs import_gs