From 8f311cb6937760d44b4c2ba9a60e2bc23dc3b259 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 11 Dec 2018 05:12:57 +0100 Subject: [PATCH] fixed command typo --- home.admin/00mainMenu.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home.admin/00mainMenu.sh b/home.admin/00mainMenu.sh index d896789..31edd1f 100755 --- a/home.admin/00mainMenu.sh +++ b/home.admin/00mainMenu.sh @@ -369,7 +369,7 @@ case $CHOICE in sudo systemctl stop lnd echo "stop bitcoind (1) - please wait .." sudo -u bitcoin bitcoin-cli stop - slepp 10 + sleep 10 echo "stop bitcoind (2) - please wait .." sudo systemctl stop ${network}d echo "starting shutdown"