Fix bug in logAndExit()

This commit is contained in:
Santiago Lo Coco 2022-01-03 23:32:01 -03:00
parent f3d44bd34c
commit 85dab874b9
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ logAndExit() {
printf "%d", (x == int(x)) ? x : int(x) + 1 printf "%d", (x == int(x)) ? x : int(x) + 1
}') }')
whiptail --msgbox "$str" $((5+height)) 60 whiptail --msgbox "$str" $((5+height)) 60
echo ${1} > CocoASAIS.log echo ${2} > CocoASAIS.log
exit 1 exit 1
} }