From a173cf64c22f6619ab1e9c56fe38e678d9299c71 Mon Sep 17 00:00:00 2001 From: Francois Fleuret Date: Fri, 2 Apr 2010 20:50:14 +0200 Subject: [PATCH] Cosmetics. --- hotspot.sh | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/hotspot.sh b/hotspot.sh index 1cd5a22..f979c11 100755 --- a/hotspot.sh +++ b/hotspot.sh @@ -70,6 +70,7 @@ function sigint-handler () { } function scan () { + echo " Scanning ..." iwconfig ${INTERFACE} ap off essid "" iwlist ${INTERFACE} scan | \ sed -e "s/^[\t ]*//" | grep ^"Cell\|ESSID\|Quality\|Encryption" | \ @@ -210,14 +211,12 @@ function process-key () { ;; r|s) # re-scanning the access points - echo "Scanning ..." scan redisplay ;; m) # Switching the mode to show the protected spots SHOW_CLOSED=$((1-SHOW_CLOSED)) - echo "Scanning ..." scan redisplay ;; @@ -239,7 +238,7 @@ function process-key () { ;; "esc-esc"|q) - echo "quit" + echo " Quit." cont=0 ;; -- 2.20.1