mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 06:48:00 +01:00
edit raspiblitz commands
This commit is contained in:
parent
83e32e4831
commit
3a5b00f6d4
1 changed files with 11 additions and 4 deletions
|
@ -3,12 +3,19 @@
|
|||
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
||||
|
||||
# command: raspiblitz
|
||||
# calls the the raspiblitz mainmenu
|
||||
# calls the the raspiblitz mainmenu (legacy)
|
||||
function raspiblitz() {
|
||||
cd /home/admin
|
||||
./00raspiblitz.sh
|
||||
}
|
||||
|
||||
# command: blitz
|
||||
# calls the the raspiblitz mainmenu (shortcut)
|
||||
function blitz() {
|
||||
cd /home/admin
|
||||
./00raspiblitz.sh
|
||||
}
|
||||
|
||||
# command: menu
|
||||
# calls directly the main menu
|
||||
function menu() {
|
||||
|
@ -18,7 +25,7 @@ function menu() {
|
|||
|
||||
# command: repair
|
||||
# calls directly the repair menu
|
||||
function menu() {
|
||||
function repair() {
|
||||
cd /home/admin
|
||||
./98repairMenu.sh
|
||||
}
|
Loading…
Add table
Reference in a new issue