mirror of
https://github.com/rootzoll/raspiblitz.git
synced 2025-02-24 14:51:03 +01:00
set working directory on cammand raspiblitz
This commit is contained in:
parent
040b4acd43
commit
e45cc776ec
1 changed files with 2 additions and 1 deletions
|
@ -5,5 +5,6 @@
|
|||
# command: raspiblitz
|
||||
# calls the the raspiblitz mainmenu
|
||||
function raspiblitz() {
|
||||
/home/admin/00mainMenu.sh
|
||||
cd /home/admin
|
||||
./00mainMenu.sh
|
||||
}
|
Loading…
Add table
Reference in a new issue