Fix bug in logAndExit()
This commit is contained in:
parent
f3d44bd34c
commit
85dab874b9
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue