From 6752b96098dd86c65f2ee3aa7c73c5db738f285c Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Wed, 5 Jan 2022 12:17:43 -0300 Subject: [PATCH] Fix bug --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 7968d81..dca825c 100755 --- a/install.sh +++ b/install.sh @@ -456,7 +456,7 @@ checkForSystemdUnit() { trap 'systemctl stop ${2}' INT systemctl is-active --quiet ${2} [ $? -eq 0 ] && return - calcHeightAndRun "whiptail --infobox \"Waiting for the ${1} to finish.\" 7 WIDTH" + calcWidthAndRun "whiptail --infobox \"Waiting for the ${1} to finish.\" 7 WIDTH" systemctl is-active --quiet ${2} while [ $? -ne 0 ]; do sleep 1