From 6f39859b69d9d8bd040f1be44a468c0184c2b55e Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 3 Dec 2018 15:34:32 +0100 Subject: [PATCH] more detail info --- home.admin/BBcloseAllChannels.sh | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/home.admin/BBcloseAllChannels.sh b/home.admin/BBcloseAllChannels.sh index 57f2f8a..c99341f 100755 --- a/home.admin/BBcloseAllChannels.sh +++ b/home.admin/BBcloseAllChannels.sh @@ -2,9 +2,11 @@ source /mnt/hdd/raspiblitz.conf if [ "${autoPilot}" = "on" ]; then - echo "PRECHECK: You need to turn OFF the AutoPilot first," + echo "*** IMPORTANT **********************************" + echo "You need to turn OFF the LND AutoPilot first," echo "so that closed channels are not opening up again." - echo "You find the AutoPilot under the SERVICES section." + echo "You find the AutoPilot -----> SERVICES section" + echo "************************************************" exit 1 fi