mirror of
https://github.com/raspiblitz/raspiblitz.git
synced 2025-09-29 13:02:35 +02:00
adding repair commands
This commit is contained in:
@@ -7,4 +7,18 @@
|
|||||||
function raspiblitz() {
|
function raspiblitz() {
|
||||||
cd /home/admin
|
cd /home/admin
|
||||||
./00raspiblitz.sh
|
./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
|
||||||
}
|
}
|
Reference in New Issue
Block a user