_commands: show no text prompts in status loop

This commit is contained in:
openoms
2021-05-25 19:29:35 +01:00
parent e34a04f38d
commit 146a1b0449

View File

@@ -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