From 146a1b04498e6d0673f2e839c371c087919abcc9 Mon Sep 17 00:00:00 2001 From: openoms Date: Tue, 25 May 2021 19:29:35 +0100 Subject: [PATCH] _commands: show no text prompts in status loop --- home.admin/_commands.sh | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index b34c88308..d06170b1e 100755 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -131,10 +131,10 @@ function status() { # show the same info as on LCD screen /home/admin/00infoBlitz.sh $1 $2 # wait 6 seconds for user exiting loop - echo "" - echo -en "Screen is updating in a loop .... press 'x' now to get back to menu." + #echo + #echo -en "Screen is updating in a loop .... press 'x' now to get back to menu." read -n 1 -t 6 keyPressed - echo -en "\rGathering information to update info ... please wait. \n" + #echo -en "\rGathering information to update info ... please wait. \n" # check if user wants to abort session if [ "${keyPressed}" = "x" ]; then echo