From 4b23e033df40a01e83c7cef4183a86e31cc09b71 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Thu, 13 Dec 2018 20:32:40 +0100 Subject: [PATCH] removing key press when turning off --- home.admin/00mainMenu.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index c0783a5ff..6f2d9df1d 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -368,8 +368,6 @@ case $CHOICE in echo "LCD turns white when shutdown complete." echo "Then wait 5 seconds and disconnect power." echo "-----------------------------------------------" - echo "PRESS ENTER to start shutdown (CTRL+C to abort)" - read key echo "stop lnd - please wait .." sudo systemctl stop lnd echo "stop bitcoind (1) - please wait .."