From dd94f8cc9b6e15fa46aaca7018a21f20f2dd39d2 Mon Sep 17 00:00:00 2001 From: rootzoll Date: Tue, 14 Sep 2021 18:12:21 +0200 Subject: [PATCH] fix commands syntax --- home.admin/_commands.sh | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index efa43367c..119ce297f 100755 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -7,13 +7,15 @@ fi # SHORTCUT COMMANDS you can call as user 'admin' from terminal +# command: blitz +# calls the the raspiblitz mainmenu (shortcut) function blitz() { cd /home/admin ./00raspiblitz.sh } -# command: blitz -# calls the the raspiblitz mainmenu (shortcut) +# command: blitzhelp +# gives overview of commands function blitzhelp() { echo echo "Blitz commands are consolidated here." @@ -62,7 +64,6 @@ function blitzhelp() { echo "Extras:" echo " whitepaper download the whitepaper from the blockchain to /home/admin/bitcoin.pdf" echo " notifyme wrapper for blitz.notify.sh that will send a notification using the configured method and settings" - fi } # command: raspiblitz