mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-25 11:13:12 +02:00
edit raspiblitz commands
This commit is contained in:
@@ -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
|
||||
}
|
Reference in New Issue
Block a user