From 460789997c0fc741c9677b23bcc0f1a6f6cdc64b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sadi=20Yumu=C5=9Fak?= Date: Fri, 16 Jun 2017 15:55:49 +0300 Subject: [PATCH] Updated Home (markdown) --- Home.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Home.md b/Home.md index 3049b2a..56f6f54 100644 --- a/Home.md +++ b/Home.md @@ -66,7 +66,7 @@ else DOWNLD=$(cat "$TMPFILE" | grep "Download: " | sed -e "s/Download: //g") UPLOAD=$(cat "$TMPFILE" | grep "Upload: " | sed -e "s/Upload: //g") # Display information - zenity --class=SpeedTest --info --height 200 --title="www.SpeedTest.net" --text="\nISP Server: $SOURCE\n\nTarget Server: $TARGET\n\nPing Speed: $PING\n\nDownload Speed: $DOWNLD\n\nUpload Speed: $UPLOAD" + zenity --class=SpeedTest --info --height 200 --title="www.SpeedTest.net" --text="\nSource: $SOURCE\n\nTarget: $TARGET\n\nPing: $PING\n\nDownload: $DOWNLD\n\nUpload: $UPLOAD" # Remove temp file rm -f $TMPFILE fi