From 82f6f1a7a92bfdf3440c194941854dc8e43ce898 Mon Sep 17 00:00:00 2001 From: Christian Rotzoll Date: Wed, 24 Apr 2019 16:59:28 +0200 Subject: [PATCH] clear output --- home.admin/80scanLND.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/home.admin/80scanLND.sh b/home.admin/80scanLND.sh index e6e3907..1fd4607 100755 --- a/home.admin/80scanLND.sh +++ b/home.admin/80scanLND.sh @@ -26,6 +26,7 @@ if [ ${bitcoinActive} -eq 0 ] || [ ${#bitcoinErrorFull} -gt 0 ]; then if [ ${uptime} -gt 600 ]; then infoStr=" The ${network}d service is not running.\n Login for more details:" if [ "$USER" == "admin" ]; then + clear echo "" echo "*****************************************" echo "* The ${network}d service is not running." @@ -72,6 +73,7 @@ elif [ ${lndActive} -eq 0 ] || [ ${#lndErrorFull} -gt 0 ]; then if [ ${uptime} -gt 600 ]; then infoStr=" The LND service is not running.\n Login for more details:" if [ "$USER" == "admin" ]; then + clear echo "" echo "*********************************" echo "* The LND service is not running."