Update dialog box

This commit is contained in:
Santiago Lo Coco 2022-01-05 13:18:34 -03:00
parent 0635b2ae5e
commit 1716c73a53
1 changed files with 1 additions and 1 deletions

View File

@ -457,7 +457,7 @@ checkForSystemdUnit() {
systemctl is-active --quiet ${2}
[ $? -eq 0 ] && return
forceExit=false
calcWidthAndRun "whiptail --infobox \"Waiting for the ${1} to finish.\" 7 WIDTH"
calcWidthAndRun "whiptail --infobox \"Waiting for the ${1} to finish. Please wait.\" 7 WIDTH"
systemctl is-active --quiet ${2}
while [ $? -ne 0 ] && [ $forceExit = false ]; do
sleep 1