diff --git a/install.sh b/install.sh index 86d3b13..74c16e3 100755 --- a/install.sh +++ b/install.sh @@ -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