mirror of
https://github.com/vmstan/gravity-sync.git
synced 2024-08-30 18:22:11 +00:00
Silence ping output
This commit is contained in:
parent
8e8e3dd062
commit
7af4055d1f
@ -862,7 +862,7 @@ function config_generate {
|
|||||||
then
|
then
|
||||||
MESSAGE="Testing Network Connection (PING)"
|
MESSAGE="Testing Network Connection (PING)"
|
||||||
echo_stat
|
echo_stat
|
||||||
ping -c 3 ${INPUT_REMOTE_HOST} 2>/dev/null
|
ping -c 3 ${INPUT_REMOTE_HOST} >/dev/null 2>&1
|
||||||
error_validate
|
error_validate
|
||||||
else
|
else
|
||||||
MESSAGE="Bypassing Network Testing (PING)"
|
MESSAGE="Bypassing Network Testing (PING)"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user