From e45cc776ec68b32e5e6f8e6d6950f451810f41ba Mon Sep 17 00:00:00 2001 From: rootzoll Date: Mon, 14 Jan 2019 16:16:43 +0100 Subject: [PATCH] set working directory on cammand raspiblitz --- home.admin/_commands.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/home.admin/_commands.sh b/home.admin/_commands.sh index 69b6dec..b1d54bd 100644 --- a/home.admin/_commands.sh +++ b/home.admin/_commands.sh @@ -5,5 +5,6 @@ # command: raspiblitz # calls the the raspiblitz mainmenu function raspiblitz() { - /home/admin/00mainMenu.sh + cd /home/admin + ./00mainMenu.sh } \ No newline at end of file