mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2024-11-19 01:40:16 +01:00
adding repair commands
This commit is contained in:
parent
2fcdac7a11
commit
590fcc844b
@ -7,4 +7,18 @@
|
||||
function raspiblitz() {
|
||||
cd /home/admin
|
||||
./00raspiblitz.sh
|
||||
}
|
||||
|
||||
# command: menu
|
||||
# calls directly the main menu
|
||||
function menu() {
|
||||
cd /home/admin
|
||||
./00mainMenu.sh
|
||||
}
|
||||
|
||||
# command: repair
|
||||
# calls directly the repair menu
|
||||
function menu() {
|
||||
cd /home/admin
|
||||
./98repairMenu.sh
|
||||
}
|
Loading…
Reference in New Issue
Block a user