diff --git a/scripts/network_ping.sh b/scripts/network_ping.sh index 2cc17bf..442f6be 100644 --- a/scripts/network_ping.sh +++ b/scripts/network_ping.sh @@ -15,7 +15,7 @@ ping_function() { # storing the hostname/IP in the variable PINGSERVER, default is google.com pingserver=$(get_tmux_option "@dracula-ping-server" "google.com") pingtime=$(ping -c 1 "$pingserver" | tail -1 | awk '{print $4}' | cut -d '/' -f 2) - echo $pingtime + echo "$pingtime ms" ;; CYGWIN* | MINGW32* | MSYS* | MINGW*)