From 89017dd3c6ec39c281f202c2a052a97e4249d606 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 29 Jan 2022 18:26:37 -0300 Subject: [PATCH] Update checkForSystemdUnit() --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index adb5948..a513be8 100755 --- a/install.sh +++ b/install.sh @@ -521,7 +521,7 @@ checkForSystemdUnit() { systemctl is-active --quiet "${2}" && return fi trapBackup=$(trap) - trap 'systemctl stop ${2}; forceExit=true' INT QUIT TERM + trap 'systemctl stop ${2}; forceExit=true' INT forceExit=false calcAndRun dialog --infobox "\"\nWaiting for the ${1} to finish. Please wait.\"" 5 WIDTH if [ "${3}" = "oneshot" ]; then