Trap only SIGINT
This commit is contained in:
parent
32306cfe38
commit
bfe26310ac
|
@ -627,8 +627,6 @@ runScript() {
|
||||||
fi
|
fi
|
||||||
|
|
||||||
trap 'printAndExit "Received SIGINT signal."' INT
|
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
|
calcAndRun dialog --title "calsais" --msgbox "\"\n${welcomeMsg}\"" 7 WIDTH
|
||||||
|
|
||||||
while [ $i -lt "${#steps[@]}" ]; do
|
while [ $i -lt "${#steps[@]}" ]; do
|
||||||
|
|
Loading…
Reference in New Issue