From bfe26310ac9e820e4a5cd3272f439123ea437de0 Mon Sep 17 00:00:00 2001 From: Santiago Lo Coco Date: Sat, 29 Jan 2022 18:26:11 -0300 Subject: [PATCH] Trap only SIGINT --- install.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/install.sh b/install.sh index 7240d1c..adb5948 100755 --- a/install.sh +++ b/install.sh @@ -627,8 +627,6 @@ runScript() { fi trap 'printAndExit "Received SIGINT signal."' INT - trap 'printAndExit "Received SIGQUIT signal."' QUIT - trap 'printAndExit "Received SIGTERM signal."' TERM calcAndRun dialog --title "calsais" --msgbox "\"\n${welcomeMsg}\"" 7 WIDTH while [ $i -lt "${#steps[@]}" ]; do