From feb8a5e7123e0370d9559aa9e6b218a6cccd293f Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Tue, 4 Jan 2022 12:00:15 -0300 Subject: [PATCH] Fix bug in logAndExit() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 121dc45..7a69fea 100755 --- a/install.sh +++ b/install.sh @@ -31,7 +31,7 @@ logAndExit() { x = (($1 - $2 + ($2 * 60)) / 60) printf "%d", (x == int(x)) ? x : int(x) + 1 }') - whiptail --msgbox "$str" $((5+height)) 60 + whiptail --msgbox "$str" $((5+height)) 60 3>&1 1>&2 2>&3 echo ${2} > CocoASAIS.log exit 1 }