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
- `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.

View File

@ -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