From b833d938b4797d78606593b07beb6cb5df0effe8 Mon Sep 17 00:00:00 2001 From: Mario Fetka Date: Sat, 6 Jul 2024 15:47:18 +0200 Subject: [PATCH] add logging --- mystic/install-v7.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mystic/install-v7.sh b/mystic/install-v7.sh index 5560f53..bf39470 100644 --- a/mystic/install-v7.sh +++ b/mystic/install-v7.sh @@ -25,7 +25,7 @@ else exit 1 fi cmd_exec chmod +x install &>>$INSTALLLOG -cmd_exec ./install +./install cmd_exec popd &>>$INSTALLLOG msg_ok "Finisched ${APP} Installation"