From 1716c73a53ba41df0e176c3f7abfa1dab9584aa7 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco <santilococo.01@gmail.com> Date: Wed, 5 Jan 2022 13:18:34 -0300 Subject: [PATCH] Update dialog box --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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