diff --git a/src/freedombone-controlpanel b/src/freedombone-controlpanel index a356e21e..4db533ee 100755 --- a/src/freedombone-controlpanel +++ b/src/freedombone-controlpanel @@ -43,7 +43,8 @@ function please_wait { clear tput cup $((height / 2)) $(((width / 2) - (length / 2))) echo "$str" - tput cup $((height / 2) + 2) $(((width / 2))) + tput cup $((height * 3 / 4)) $(((width / 2))) + echo -n '' } please_wait