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