mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-26 19:47:05 +02:00
edit raspiblitz commands
This commit is contained in:
@@ -2,9 +2,16 @@
|
|||||||
|
|
||||||
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
# SHORTCUT COMMANDS you can call as user 'admin' from terminal
|
||||||
|
|
||||||
# command: raspiblitz
|
# command: raspiblitz
|
||||||
# calls the the raspiblitz mainmenu
|
# calls the the raspiblitz mainmenu (legacy)
|
||||||
function raspiblitz() {
|
function raspiblitz() {
|
||||||
|
cd /home/admin
|
||||||
|
./00raspiblitz.sh
|
||||||
|
}
|
||||||
|
|
||||||
|
# command: blitz
|
||||||
|
# calls the the raspiblitz mainmenu (shortcut)
|
||||||
|
function blitz() {
|
||||||
cd /home/admin
|
cd /home/admin
|
||||||
./00raspiblitz.sh
|
./00raspiblitz.sh
|
||||||
}
|
}
|
||||||
@@ -18,7 +25,7 @@ function menu() {
|
|||||||
|
|
||||||
# command: repair
|
# command: repair
|
||||||
# calls directly the repair menu
|
# calls directly the repair menu
|
||||||
function menu() {
|
function repair() {
|
||||||
cd /home/admin
|
cd /home/admin
|
||||||
./98repairMenu.sh
|
./98repairMenu.sh
|
||||||
}
|
}
|
Reference in New Issue
Block a user