Trap only SIGINT

This commit is contained in:
Santiago Lo Coco 2022-01-29 18:26:11 -03:00
parent 32306cfe38
commit bfe26310ac
1 changed files with 0 additions and 2 deletions

View File

@ -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