mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-23 22:47:03 +01:00
edit raspiblitz commands
This commit is contained in:
parent
83e32e4831
commit
3a5b00f6d4
1 changed files with 11 additions and 4 deletions
|
@ -2,9 +2,16 @@
|
|||
|
||||
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
||||
|
||||
# command: raspiblitz
|
||||
# calls the the raspiblitz mainmenu
|
||||
function raspiblitz() {
|
||||
# command: raspiblitz
|
||||
# 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
|
||||
}
|
||||
|
@ -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