mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-10-10 04:43:10 +02:00
fix commands syntax
This commit is contained in:
@@ -7,13 +7,15 @@ fi
|
|||||||
|
|
||||||
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
||||||
|
|
||||||
|
# command: blitz
|
||||||
|
# calls the the raspiblitz mainmenu (shortcut)
|
||||||
function blitz() {
|
function blitz() {
|
||||||
cd /home/admin
|
cd /home/admin
|
||||||
./00raspiblitz.sh
|
./00raspiblitz.sh
|
||||||
}
|
}
|
||||||
|
|
||||||
# command: blitz
|
# command: blitzhelp
|
||||||
# calls the the raspiblitz mainmenu (shortcut)
|
# gives overview of commands
|
||||||
function blitzhelp() {
|
function blitzhelp() {
|
||||||
echo
|
echo
|
||||||
echo "Blitz commands are consolidated here."
|
echo "Blitz commands are consolidated here."
|
||||||
@@ -62,7 +64,6 @@ function blitzhelp() {
|
|||||||
echo "Extras:"
|
echo "Extras:"
|
||||||
echo " whitepaper download the whitepaper from the blockchain to /home/admin/bitcoin.pdf"
|
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"
|
echo " notifyme wrapper for blitz.notify.sh that will send a notification using the configured method and settings"
|
||||||
fi
|
|
||||||
}
|
}
|
||||||
|
|
||||||
# command: raspiblitz
|
# command: raspiblitz
|
||||||
|
Reference in New Issue
Block a user