Fix bug in logAndExit()

This commit is contained in:
Santiago Lo Coco 2022-01-04 12:00:15 -03:00
parent 83f908b9da
commit feb8a5e712
1 changed files with 1 additions and 1 deletions

View File

@ -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
}