From ed8bb576a234f8702605f35dec6dd4ec28591e55 Mon Sep 17 00:00:00 2001 From: Nils Steinger Date: Mon, 8 May 2017 22:39:31 +0200 Subject: [PATCH] Fixed footer line --- nench.sh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/nench.sh b/nench.sh index ca48b63..ddc5447 100755 --- a/nench.sh +++ b/nench.sh @@ -234,9 +234,7 @@ else printf 'No IPv6 connectivity detected\n' fi -printf '%s\n' '-------------------------' - -printf '\n' +printf '%s\n' '-------------------------------------------------' # delete downloaded ioping binary if script has been run straight from a pipe # (rather than a downloaded file)