From a0987b8b963c9a3a213057f656d1a341b7fc6520 Mon Sep 17 00:00:00 2001 From: adrianmihalko Date: Thu, 23 Dec 2021 00:55:35 +0100 Subject: [PATCH] Update network_ping.sh --- scripts/network_ping.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*)