From 3077e0c4a3ea88d087b42cc72a6a0f0f357426b6 Mon Sep 17 00:00:00 2001 From: Tzachi Dar Date: Mon, 21 Nov 2022 14:44:21 +0200 Subject: [PATCH] The bootstrap command will run the commands with redirection to /dev/tty --- bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.sh b/bootstrap.sh index c2f9c0863e7..1cf6eb9fc6b 100644 --- a/bootstrap.sh +++ b/bootstrap.sh @@ -97,5 +97,5 @@ Please take a note, delete the virtual machine, and create a new one. For more # Bring up the status page /xDrip/scripts/Status.sh clear -/xDrip/scripts/menu.sh +/xDrip/scripts/menu.sh < /dev/tty