Browse Source

set working directory on cammand raspiblitz

dev
rootzoll 6 years ago
parent
commit
e45cc776ec
  1. 3
      home.admin/_commands.sh

3
home.admin/_commands.sh

@ -5,5 +5,6 @@
# command: raspiblitz # command: raspiblitz
# calls the the raspiblitz mainmenu # calls the the raspiblitz mainmenu
function raspiblitz() { function raspiblitz() {
/home/admin/00mainMenu.sh cd /home/admin
./00mainMenu.sh
} }
Loading…
Cancel
Save